다음을 통해 공유


ComplexTypePropertyBuilder.HasPrecision 메서드

정의

오버로드

HasPrecision(Int32, Int32)

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

HasPrecision(Int32)

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

HasPrecision(Int32, Int32)

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

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder HasPrecision (int precision, int scale);
abstract member HasPrecision : int * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder
override this.HasPrecision : int * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder
Public Overridable Function HasPrecision (precision As Integer, scale As Integer) As ComplexTypePropertyBuilder

매개 변수

precision
Int32

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

scale
Int32

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

반환

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

적용 대상

HasPrecision(Int32)

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

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder HasPrecision (int precision);
abstract member HasPrecision : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder
override this.HasPrecision : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexTypePropertyBuilder
Public Overridable Function HasPrecision (precision As Integer) As ComplexTypePropertyBuilder

매개 변수

precision
Int32

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

반환

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

적용 대상