Partager via


EntityQueryModelVisitor.IsPropertyMethod(MethodInfo) Méthode

Définition

Détermine si un MethodInfo référence la Property<TProperty>(Object, String) méthode.

public static bool IsPropertyMethod (System.Reflection.MethodInfo methodInfo);
static member IsPropertyMethod : System.Reflection.MethodInfo -> bool
Public Shared Function IsPropertyMethod (methodInfo As MethodInfo) As Boolean

Paramètres

methodInfo
MethodInfo

Informations de méthode à case activée.

Retours

True si methodInfo fait référence Property<TProperty>(Object, String); sinon fale ;

S’applique à