MethodInfoExtensions.IsEFPropertyMethod(MethodInfo) Methode

Definition

Gibt zurück true , wenn die angegebene Methode ist 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

Parameter

methodInfo
MethodInfo

Die Methode.

Gibt zurück

true , wenn die -Methode lautet Property<TProperty>(Object, String), andernfalls false .

Gilt für: