다음을 통해 공유


ConventionPropertyExtensions.GetTypeMappingConfigurationSource 메서드

정의

에 대한 를 ConfigurationSourceFindTypeMapping(IProperty)가져옵니다.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetTypeMappingConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetTypeMappingConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetTypeMappingConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

매개 변수

property
IConventionProperty

속성입니다.

반환

FindTypeMapping(IProperty)ConfigurationSource입니다.

적용 대상