다음을 통해 공유


ConventionPropertyExtensions.GetPrecisionConfigurationSource 메서드

정의

에 대한 구성 원본을 반환합니다 GetPrecision(IProperty).

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

매개 변수

property
IConventionProperty

구성 원본을 찾을 속성입니다.

반환

에 대한 구성 원본입니다 GetPrecision(IProperty).

적용 대상