Condividi tramite


Costruttore EdmEnumTypeReference

Crea una nuova istanza della classe EdmEnumTypeReference.

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

Sintassi

'Dichiarazione
Public Sub New ( _
    enumType As IEdmEnumType, _
    isNullable As Boolean _
)
'Utilizzo
Dim enumType As IEdmEnumType
Dim isNullable As Boolean

Dim instance As New EdmEnumTypeReference(enumType, _
    isNullable)
public EdmEnumTypeReference(
    IEdmEnumType enumType,
    bool isNullable
)
public:
EdmEnumTypeReference(
    IEdmEnumType^ enumType, 
    bool isNullable
)
new : 
        enumType:IEdmEnumType * 
        isNullable:bool -> EdmEnumTypeReference
public function EdmEnumTypeReference(
    enumType : IEdmEnumType, 
    isNullable : boolean
)

Parametri

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

Vedere anche

Riferimento

EdmEnumTypeReference Classe

Spazio dei nomi Microsoft.Data.Edm.Library