다음을 통해 공유


MutablePropertyExtensions.SetPrecision 메서드

정의

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

public static void SetPrecision (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? precision);
static member SetPrecision : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetPrecision (property As IMutableProperty, precision As Nullable(Of Integer))

매개 변수

property
IMutableProperty

전체 자릿수를 설정할 속성입니다.

precision
Nullable<Int32>

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

적용 대상