Méthode EdmCoreModel.GetDecimal (Nullable<Int32>, Nullable<Int32>, 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 ( _
precision As Nullable(Of Integer), _
scale As Nullable(Of Integer), _
isNullable As Boolean _
) As IEdmDecimalTypeReference
'Utilisation
Dim instance As EdmCoreModel
Dim precision As Nullable(Of Integer)
Dim scale As Nullable(Of Integer)
Dim isNullable As Boolean
Dim returnValue As IEdmDecimalTypeReference
returnValue = instance.GetDecimal(precision, _
scale, isNullable)
public IEdmDecimalTypeReference GetDecimal(
Nullable<int> precision,
Nullable<int> scale,
bool isNullable
)
public:
IEdmDecimalTypeReference^ GetDecimal(
Nullable<int> precision,
Nullable<int> scale,
bool isNullable
)
member GetDecimal :
precision:Nullable<int> *
scale:Nullable<int> *
isNullable:bool -> IEdmDecimalTypeReference
public function GetDecimal(
precision : Nullable<int>,
scale : Nullable<int>,
isNullable : boolean
) : IEdmDecimalTypeReference
Paramètres
- precision
Type : System.Nullable<Int32>
Précision de ce type.
- scale
Type : System.Nullable<Int32>
Échelle de ce type.
- 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.