Compartir a través de


PropertyBaseExtensions.GetGetter(IPropertyBase) Método

Definición

Obtiene un IClrPropertyGetter para leer el valor de esta propiedad.

Tenga en cuenta que es un error llamar a este método para una propiedad shadow (IsShadowProperty(IPropertyBase)), ya que dicha propiedad no tiene asociada 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

Parámetros

propertyBase
IPropertyBase

Propiedad.

Devoluciones

Descriptor de acceso.

Se aplica a