MethodInfoExtensions.IsEFPropertyMethod(MethodInfo) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Verilen yöntem ise Property<TProperty>(Object, String)döndürürtrue.
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
Parametreler
- methodInfo
- MethodInfo
yöntemi.
Döndürülenler
true yöntemi ise Property<TProperty>(Object, String); false değilse.