EntityQueryModelVisitor.IsPropertyMethod(MethodInfo) 方法

定义

确定 是否 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

参数

methodInfo
MethodInfo

要检查的方法信息。

返回

如果 引用 Property<TProperty>(Object, String),则methodInfo为 True;否则为 fale;

适用于