Condividi tramite


RuntimeProperty.IReadOnlyProperty.GetScale Metodo

Definizione

Ottiene la scala dei dati consentiti in questa proprietà. Ad esempio, se la proprietà è un Decimal oggetto , si tratta del numero massimo di posizioni decimali.

[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

Restituisce

La scala o null se non è definita alcuna classe.

Implementazioni

Attributi

Si applica a