다음을 통해 공유


ConventionPropertyExtensions.SetPrecision 메서드

정의

이 속성에 허용되는 데이터의 전체 자릿수를 설정합니다. 예를 들어 속성이 인 Decimal 경우 최대 자릿수입니다.

public static int? SetPrecision (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? precision, bool fromDataAnnotation = false);
static member SetPrecision : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Function SetPrecision (property As IConventionProperty, precision As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

매개 변수

property
IConventionProperty

속성입니다.

precision
Nullable<Int32>

이 속성에 허용되는 최대 자릿수입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

적용 대상