RuntimeProperty.IReadOnlyProperty.GetScale Méthode

Définition

Obtient l’échelle des données autorisée dans cette propriété. Par exemple, si la propriété est un Decimal , il s’agit du nombre maximal de décimales.

[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

Retours

Mise à l’échelle, ou null si aucune n’est définie.

Implémente

Attributs

S’applique à