다음을 통해 공유


PropertyExtensions.GetProviderClrType(IProperty) 메서드

정의

데이터베이스 공급자로 전송되기 전에 속성 값을 변환할 형식을 가져옵니다.

public static Type GetProviderClrType (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetProviderClrType : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Type
<Extension()>
Public Function GetProviderClrType (property As IProperty) As Type

매개 변수

property
IProperty

속성입니다.

반환

공급자 유형이거나 null 설정되지 않은 경우 입니다.

적용 대상