다음을 통해 공유


SqlitePropertyExtensions.GetSridConfigurationSource 메서드

정의

ConfigurationSource SRID 열의 을 가져옵니다.

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

매개 변수

property
IConventionProperty

속성입니다.

반환

ConfigurationSource SRID 열의 입니다.

적용 대상