EntityQueryModelVisitor.IsPropertyMethod(MethodInfo) Yöntem

Tanım

Yöntemine bir başvuru olup olmadığını belirler MethodInfo Property<TProperty>(Object, String) .

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

Parametreler

methodInfo
MethodInfo

Denetlenecek Yöntem bilgisi.

Döndürülenler

Boolean

Başvuruyorsa doğru methodInfo Property<TProperty>(Object, String) ; Aksi takdirde Fale;

Şunlara uygulanır