MethodInfoExtensions.IsEFPropertyMethod(MethodInfo) Método

Definición

Devuelve true si el método especificado es Property<TProperty>(Object, String).

public static bool IsEFPropertyMethod (this System.Reflection.MethodInfo methodInfo);
public static bool IsEFPropertyMethod (this System.Reflection.MethodInfo? methodInfo);
static member IsEFPropertyMethod : System.Reflection.MethodInfo -> bool
<Extension()>
Public Function IsEFPropertyMethod (methodInfo As MethodInfo) As Boolean

Parámetros

methodInfo
MethodInfo

Método.

Devoluciones

true es si el método es Property<TProperty>(Object, String); false de lo contrario.

Se aplica a