Partager via


MethodInfoExtensions.IsEFPropertyMethod(MethodInfo) Méthode

Définition

Retourne true si la méthode donnée est 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

Paramètres

methodInfo
MethodInfo

Méthode.

Retours

true si la méthode est Property<TProperty>(Object, String); false sinon.

S’applique à