Metodo EdmCoreModel.GetDecimal (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 ( _
isNullable As Boolean _
) As IEdmDecimalTypeReference
'Utilizzo
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
Parametri
- 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.