Partager via


EdmCoreModel.GetDecimal Méthode

Définition

Surcharges

GetDecimal(Boolean)

Obtient une référence à une définition de type primitif décimal.

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

Obtient une référence à une définition de type primitif décimal.

GetDecimal(Boolean)

Obtient une référence à une définition de type primitif décimal.

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

Paramètres

isNullable
Boolean

Indicateur spécifiant si le type référencé doit être nullable.

Retours

Nouvelle référence de type décimal.

S’applique à

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

Obtient une référence à une définition de type primitif décimal.

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

Paramètres

precision
Nullable<Int32>

Précision des valeurs de ce type.

scale
Nullable<Int32>

Échelle des valeurs de ce type.

isNullable
Boolean

Indicateur spécifiant si le type référencé doit être nullable.

Retours

Nouvelle référence de type décimal.

S’applique à