Metodo EdmCoreModel.GetDecimal (Nullable<Int32>, Nullable<Int32>, Boolean)
Ottiene un riferimento a un tipo decimale.
Spazio dei nomi Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Function GetDecimal ( _
precision As Nullable(Of Integer), _
scale As Nullable(Of Integer), _
isNullable As Boolean _
) As IEdmDecimalTypeReference
'Utilizzo
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
Parametri
- precision
Tipo: System.Nullable<Int32>
Precisione del tipo.
- scale
Tipo: System.Nullable<Int32>
Scala del tipo.
- isNullable
Tipo: System.Boolean
true per indicare che il tipo a cui viene fatto riferimento deve ammettere i valori Null; in caso contrario, false.
Valore restituito
Tipo: Microsoft.Data.Edm.IEdmDecimalTypeReference
Riferimento a un tipo decimale.