Condividi tramite


MethodInfoExtensions.IsEFPropertyMethod(MethodInfo) Metodo

Definizione

Restituisce true se il metodo specificato è 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

Parametri

methodInfo
MethodInfo

Metodo.

Restituisce

true se il metodo è Property<TProperty>(Object, String); false in caso contrario.

Si applica a