EdmCoreModel.GetDecimal Method (Boolean)
Gets a reference to a decimal type.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Function GetDecimal ( _
isNullable As Boolean _
) As IEdmDecimalTypeReference
'Usage
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
Parameters
- isNullable
Type: System.Boolean
true to indicate that the referenced type should be nullable; otherwise, false.
Return Value
Type: Microsoft.Data.Edm.IEdmDecimalTypeReference
A decimal type reference.