Partilhar via


RuntimeProperty.IReadOnlyProperty.GetScale Método

Definição

Obtém a escala de dados permitida nesta propriedade. Por exemplo, se a propriedade for um Decimal , esse será o número máximo de casas decimais.

[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

Retornos

A escala ou null se nenhuma for definida.

Implementações

Atributos

Aplica-se a