Freigeben über


EdmCoreModel.GetDecimal-Methode (Nullable<Int32>, Nullable<Int32>, Boolean)

Ruft einen Verweis auf einen Dezimaltyp ab.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Function GetDecimal ( _
    precision As Nullable(Of Integer), _
    scale As Nullable(Of Integer), _
    isNullable As Boolean _
) As IEdmDecimalTypeReference
'Usage
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

Parameter

  • isNullable
    Typ: System.Boolean
    true , um anzugeben, dass der referenzierte Typ NULL-Werte zulassen soll, andernfalls false.

Rückgabewert

Typ: Microsoft.Data.Edm.IEdmDecimalTypeReference
Ein Dezimaltypverweis.

Siehe auch

Verweis

EdmCoreModel Klasse

GetDecimal-Überladung

Microsoft.Data.Edm.Library-Namespace