Freigeben über


EdmTypeReference-Konstruktor

Erstellt eine neue Instanz der EdmTypeReference-Klasse.

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

Syntax

'Declaration
Protected Sub New ( _
    definition As IEdmType, _
    isNullable As Boolean _
)
'Usage
Dim definition As IEdmType
Dim isNullable As Boolean

Dim instance As New EdmTypeReference(definition, _
    isNullable)
protected EdmTypeReference(
    IEdmType definition,
    bool isNullable
)
protected:
EdmTypeReference(
    IEdmType^ definition, 
    bool isNullable
)
new : 
        definition:IEdmType * 
        isNullable:bool -> EdmTypeReference
protected function EdmTypeReference(
    definition : IEdmType, 
    isNullable : boolean
)

Parameter

  • isNullable
    Typ: System.Boolean
    Bezeichnet, ob der Typ auf NULL festlegbar sein kann.

Siehe auch

Verweis

EdmTypeReference Klasse

Microsoft.Data.Edm.Library-Namespace