다음을 통해 공유


PropertyBuilder<TProperty>.HasPrecision 메서드

정의

오버로드

HasPrecision(Int32)

속성의 전체 자릿수를 구성합니다.

HasPrecision(Int32, Int32)

속성의 전체 자릿수 및 소수 자릿수를 구성합니다.

HasPrecision(Int32)

속성의 전체 자릿수를 구성합니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> HasPrecision (int precision);
override this.HasPrecision : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
Public Overridable Function HasPrecision (precision As Integer) As PropertyBuilder(Of TProperty)

매개 변수

precision
Int32

속성의 전체 자릿수입니다.

반환

동일한 작성기가 여러 구성 호출을 연결할 수 있도록 instance.

적용 대상

HasPrecision(Int32, Int32)

속성의 전체 자릿수 및 소수 자릿수를 구성합니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> HasPrecision (int precision, int scale);
override this.HasPrecision : int * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
Public Overridable Function HasPrecision (precision As Integer, scale As Integer) As PropertyBuilder(Of TProperty)

매개 변수

precision
Int32

속성의 전체 자릿수입니다.

scale
Int32

속성의 소수 자릿수입니다.

반환

동일한 작성기가 여러 구성 호출을 연결할 수 있도록 instance.

적용 대상