MethodInfoExtensions.IsEFPropertyMethod(MethodInfo) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.