다음을 통해 공유


IConventionProperty.SetScale(Nullable<Int32>, Boolean) 메서드

정의

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

public int? SetScale (int? scale, bool fromDataAnnotation = false);
abstract member SetScale : Nullable<int> * bool -> Nullable<int>
Public Function SetScale (scale As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

매개 변수

scale
Nullable<Int32>

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

fromDataAnnotation
Boolean

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

반환

적용 대상