Partager via


RuntimeProperty.IReadOnlyProperty.GetPrecision Méthode

Définition

Obtient la précision des données autorisées dans cette propriété. Par exemple, si la propriété est un Decimal , il s’agit du nombre maximal de chiffres.

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

Retours

Précision, ou null si aucune n’est définie.

Implémente

Attributs

S’applique à