다음을 통해 공유


RuntimeProperty.IReadOnlyProperty.GetScale 메서드

정의

이 속성에 허용되는 데이터의 크기를 가져옵니다. 예를 들어 속성이 인 Decimal 경우 최대 소수 자릿수입니다.

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

반환

배율 또는 null 정의되지 않은 경우 입니다.

구현

특성

적용 대상