다음을 통해 공유


RelationalElementTypeExtensions.GetStoreTypeConfigurationSource 메서드

정의

ConfigurationSource 데이터베이스 형식에 대한 를 가져옵니다.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetStoreTypeConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionElementType elementType);
static member GetStoreTypeConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionElementType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetStoreTypeConfigurationSource (elementType As IConventionElementType) As Nullable(Of ConfigurationSource)

매개 변수

elementType
IConventionElementType

요소입니다.

반환

ConfigurationSource 열 이름에 대한 입니다.

적용 대상