Compartir a través de


EdmCoreModel.GetDecimal Método

Definición

Sobrecargas

GetDecimal(Boolean)

Obtiene una referencia a una definición de tipo primitivo decimal.

GetDecimal(Nullable<Int32>, Nullable<Int32>, Boolean)

Obtiene una referencia a una definición de tipo primitivo decimal.

GetDecimal(Boolean)

Obtiene una referencia a una definición de tipo primitivo decimal.

public Microsoft.OData.Edm.IEdmDecimalTypeReference GetDecimal (bool isNullable);
member this.GetDecimal : bool -> Microsoft.OData.Edm.IEdmDecimalTypeReference
Public Function GetDecimal (isNullable As Boolean) As IEdmDecimalTypeReference

Parámetros

isNullable
Boolean

Marca que especifica si el tipo al que se hace referencia debe ser que acepta valores NULL.

Devoluciones

Nueva referencia de tipo decimal.

Se aplica a

GetDecimal(Nullable<Int32>, Nullable<Int32>, Boolean)

Obtiene una referencia a una definición de tipo primitivo decimal.

public Microsoft.OData.Edm.IEdmDecimalTypeReference GetDecimal (int? precision, int? scale, bool isNullable);
member this.GetDecimal : Nullable<int> * Nullable<int> * bool -> Microsoft.OData.Edm.IEdmDecimalTypeReference
Public Function GetDecimal (precision As Nullable(Of Integer), scale As Nullable(Of Integer), isNullable As Boolean) As IEdmDecimalTypeReference

Parámetros

precision
Nullable<Int32>

Precisión de los valores de este tipo.

scale
Nullable<Int32>

Escala de valores de este tipo.

isNullable
Boolean

Marca que especifica si el tipo al que se hace referencia debe ser que acepta valores NULL.

Devoluciones

Nueva referencia de tipo decimal.

Se aplica a