Compartilhar via


MethodInfoExtensions.IsEFPropertyMethod(MethodInfo) Método

Definição

Retornará true se o método especificado for 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

Parâmetros

methodInfo
MethodInfo

O método.

Retornos

true se o método for Property<TProperty>(Object, String); false caso contrário, .

Aplica-se a