Partager via


Méthode EdmCoreModel.GetDecimal (Boolean)

Obtient une référence à un type décimal.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public Function GetDecimal ( _
    isNullable As Boolean _
) As IEdmDecimalTypeReference
'Utilisation
Dim instance As EdmCoreModel
Dim isNullable As Boolean
Dim returnValue As IEdmDecimalTypeReference

returnValue = instance.GetDecimal(isNullable)
public IEdmDecimalTypeReference GetDecimal(
    bool isNullable
)
public:
IEdmDecimalTypeReference^ GetDecimal(
    bool isNullable
)
member GetDecimal : 
        isNullable:bool -> IEdmDecimalTypeReference 
public function GetDecimal(
    isNullable : boolean
) : IEdmDecimalTypeReference

Paramètres

  • isNullable
    Type : System.Boolean
    true pour indiquer que le type référencé doit être Nullable ; sinon, false.

Valeur de retour

Type : Microsoft.Data.Edm.IEdmDecimalTypeReference
Référence de type décimal.

Voir aussi

Référence

EdmCoreModel Classe

Surcharge GetDecimal

Espace de noms Microsoft.Data.Edm.Library