Condividi tramite


Costruttore EdmDecimalTypeReference (IEdmPrimitiveType, Boolean)

Crea una nuova istanza della classe EdmDecimalTypeReference.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    definition As IEdmPrimitiveType, _
    isNullable As Boolean _
)
'Utilizzo
Dim definition As IEdmPrimitiveType
Dim isNullable As Boolean

Dim instance As New EdmDecimalTypeReference(definition, _
    isNullable)
public EdmDecimalTypeReference(
    IEdmPrimitiveType definition,
    bool isNullable
)
public:
EdmDecimalTypeReference(
    IEdmPrimitiveType^ definition, 
    bool isNullable
)
new : 
        definition:IEdmPrimitiveType * 
        isNullable:bool -> EdmDecimalTypeReference
public function EdmDecimalTypeReference(
    definition : IEdmPrimitiveType, 
    isNullable : boolean
)

Parametri

  • isNullable
    Tipo: System.Boolean
    Indica se il tipo può ammettere i valori Null.

Vedere anche

Riferimento

EdmDecimalTypeReference Classe

Overload EdmDecimalTypeReference

Spazio dei nomi Microsoft.Data.Edm.Library