다음을 통해 공유


RuntimeElementType.IReadOnlyElementType.GetPrecision 메서드

정의

컬렉션의 요소에 허용되는 데이터의 전체 자릿수를 가져옵니다. 예를 들어 요소 형식이 인 Decimal경우 최대 자릿수입니다.

[System.Diagnostics.DebuggerStepThrough]
int? IReadOnlyElementType.GetPrecision ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType.GetPrecision : unit -> Nullable<int>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType.GetPrecision : unit -> Nullable<int>
Function GetPrecision () As Nullable(Of Integer) Implements IReadOnlyElementType.GetPrecision

반환

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

구현

특성

적용 대상