다음을 통해 공유


ConventionPropertyExtensions.SetScale 메서드

정의

이 속성에 허용되는 데이터의 크기를 설정합니다. 예를 들어 속성이 이 Decimal 면 최대 소수 자릿수입니다.

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

매개 변수

property
IConventionProperty

속성입니다.

scale
Nullable<Int32>

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

fromDataAnnotation
Boolean

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

반환

적용 대상