EdmCoreModel.GetDecimal Método (Nullable<Int32>, Nullable<Int32>, 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 ( _
precision As Nullable(Of Integer), _
scale As Nullable(Of Integer), _
isNullable As Boolean _
) As IEdmDecimalTypeReference
'Uso
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
Parámetros
- precision
Tipo: System.Nullable<Int32>
Precisión de este tipo.
- scale
Tipo: System.Nullable<Int32>
Escala de este tipo.
- 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.