다음을 통해 공유


RelationalPropertyExtensions.GetPrecision 메서드

정의

오버로드

GetPrecision(IReadOnlyProperty, StoreObjectIdentifier)

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

GetPrecision(IProperty, StoreObjectIdentifier)

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

GetPrecision(IReadOnlyProperty, StoreObjectIdentifier)

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

public static int? GetPrecision (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetPrecision : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetPrecision (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

매개 변수

property
IReadOnlyProperty

속성입니다.

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

전체 자릿수이거나 null 정의되지 않은 경우 입니다.

적용 대상

GetPrecision(IProperty, StoreObjectIdentifier)

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

public static int? GetPrecision (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetPrecision : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetPrecision (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

매개 변수

property
IProperty

속성입니다.

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

반환

전체 자릿수이거나 null 정의되지 않은 경우 입니다.

적용 대상