Aracılığıyla paylaş


PropertyBaseExtensions.GetGetter(IPropertyBase) Yöntem

Tanım

Bu özelliğin değerini okumak için bir IClrPropertyGetter alır.

Böyle bir özelliğin ilişkilendirilmemiş MemberInfoolması nedeniyle gölge özelliği (IsShadowProperty(IPropertyBase)) için bu yöntemi çağırmanın bir hata olduğunu unutmayın.

public static Microsoft.EntityFrameworkCore.Metadata.IClrPropertyGetter GetGetter (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
static member GetGetter : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Metadata.IClrPropertyGetter
<Extension()>
Public Function GetGetter (propertyBase As IPropertyBase) As IClrPropertyGetter

Parametreler

propertyBase
IPropertyBase

Özellik.

Döndürülenler

Aksesuar.

Şunlara uygulanır