Compartir a través de


RuntimeProperty.IReadOnlyProperty.GetPrecision Método

Definición

Obtiene la precisión de los datos permitidos en esta propiedad. Por ejemplo, si la propiedad es , Decimal este es el número máximo de dígitos.

[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

Devoluciones

Precisión o null si no se define ninguna.

Implementaciones

Atributos

Se aplica a