Condividi tramite


PropertyBaseExtensions.GetGetter(IPropertyBase) Metodo

Definizione

Ottiene un oggetto IClrPropertyGetter per la lettura del valore di questa proprietà.

Si noti che si tratta di un errore per chiamare questo metodo per una proprietà shadow (IsShadowProperty(IPropertyBase)) poiché tale proprietà non ha associato MemberInfo.

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

Parametri

propertyBase
IPropertyBase

Proprietà.

Restituisce

Funzione di accesso.

Si applica a