共用方式為


MethodInfoExtensions.IsEFPropertyMethod(MethodInfo) 方法

定義

如果指定的方法為 Property<TProperty>(Object, String) ,則傳 true 回 。

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

參數

methodInfo
MethodInfo

方法。

傳回

true 如果 方法為 ,則為 Property<TProperty>(Object, String)false 否則為 。

適用於