Partilhar via


EdmCoreModel.GetDecimal Método

Definição

Sobrecargas

GetDecimal(Boolean)

Obtém uma referência a uma definição de tipo primitivo decimal.

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

Obtém uma referência a uma definição de tipo primitivo decimal.

GetDecimal(Boolean)

Obtém uma referência a uma definição 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

Sinalizador que especifica se o tipo referenciado deve ser anulável.

Retornos

Uma nova referência de tipo decimal.

Aplica-se a

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

Obtém uma referência a uma definição 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>

Precisão de valores desse tipo.

scale
Nullable<Int32>

Escala de valores desse tipo.

isNullable
Boolean

Sinalizador que especifica se o tipo referenciado deve ser anulável.

Retornos

Uma nova referência de tipo decimal.

Aplica-se a