다음을 통해 공유


PropertyBaseExtensions.GetGetter(IPropertyBase) 메서드

정의

IClrPropertyGetter 이 속성의 값을 읽기 위한 을 가져옵니다.

이러한 속성에 연결된 MemberInfo가 없으므로 섀도 속성(IsShadowProperty(IPropertyBase))에 대해 이 메서드를 호출하는 것은 오류입니다.

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

매개 변수

propertyBase
IPropertyBase

속성입니다.

반환

접근자입니다.

적용 대상