Compartir a través de


EdmCoreModel.GetDecimal Método (Boolean)

Obtiene una referencia a un tipo decimal.

Espacio de nombres:  Microsoft.Data.Edm.Library
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public Function GetDecimal ( _
    isNullable As Boolean _
) As IEdmDecimalTypeReference
'Uso
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

Parámetros

  • isNullable
    Tipo: System.Boolean
    Es true para indicar que el tipo al que se hace referencia debe admitir valores NULL; de lo contrario, es false.

Valor devuelto

Tipo: Microsoft.Data.Edm.IEdmDecimalTypeReference
Referencia a un tipo decimal.

Vea también

Referencia

EdmCoreModel Clase

Sobrecarga de GetDecimal

Espacio de nombres Microsoft.Data.Edm.Library