다음을 통해 공유


DecimalPropertyConfiguration.HasPrecision(Byte, Byte) 메서드

정의

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

public System.Data.Entity.ModelConfiguration.Configuration.DecimalPropertyConfiguration HasPrecision (byte precision, byte scale);
member this.HasPrecision : byte * byte -> System.Data.Entity.ModelConfiguration.Configuration.DecimalPropertyConfiguration
Public Function HasPrecision (precision As Byte, scale As Byte) As DecimalPropertyConfiguration

매개 변수

precision
Byte

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

scale
Byte

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

반환

여러 호출을 연결할 수 있도록 동일한 DecimalPropertyConfiguration instance.

적용 대상