PropertyBaseExtensions.GetMemberInfo(IPropertyBase, Boolean, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 或 PropertyInfoFieldInfo ,這個值應該用來取得或設定指定屬性的值。
請注意,針對陰影屬性呼叫這個方法 () IsShadowProperty(IPropertyBase) 是一個錯誤,因為這類屬性沒有相關聯的 MemberInfo 。
public static System.Reflection.MemberInfo GetMemberInfo (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase, bool forMaterialization, bool forSet);
static member GetMemberInfo : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase * bool * bool -> System.Reflection.MemberInfo
<Extension()>
Public Function GetMemberInfo (propertyBase As IPropertyBase, forMaterialization As Boolean, forSet As Boolean) As MemberInfo
參數
- propertyBase
- IPropertyBase
屬性。
- forMaterialization
- Boolean
如果為 true,則會傳回要用於查詢具體化的成員。
- forSet
- Boolean
如果為 true,則會傳回用於設定屬性值的成員,否則會傳回用於取得屬性值的成員。
傳回
要使用的 MemberInfo。