IPropertyBase.GetGetter 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IClrPropertyGetter取得 ,用於讀取這個屬性的值。
public Microsoft.EntityFrameworkCore.Metadata.IClrPropertyGetter GetGetter ();
abstract member GetGetter : unit -> Microsoft.EntityFrameworkCore.Metadata.IClrPropertyGetter
Public Function GetGetter () As IClrPropertyGetter
傳回
存取子。
備註
請注意,針對陰影屬性呼叫這個方法 () IsShadowProperty() 是一個錯誤,因為這類屬性沒有相關聯的 MemberInfo 。