Condividi tramite


IPropertyBase.GetGetter Metodo

Definizione

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

public Microsoft.EntityFrameworkCore.Metadata.IClrPropertyGetter GetGetter ();
abstract member GetGetter : unit -> Microsoft.EntityFrameworkCore.Metadata.IClrPropertyGetter
Public Function GetGetter () As IClrPropertyGetter

Restituisce

Funzione di accesso.

Commenti

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

Si applica a