Freigeben über


EdmEntityTypeReference-Konstruktor

Erstellt eine neue Instanz der EdmEntityTypeReference-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    entityType As IEdmEntityType, _
    isNullable As Boolean _
)
'Usage
Dim entityType As IEdmEntityType
Dim isNullable As Boolean

Dim instance As New EdmEntityTypeReference(entityType, _
    isNullable)
public EdmEntityTypeReference(
    IEdmEntityType entityType,
    bool isNullable
)
public:
EdmEntityTypeReference(
    IEdmEntityType^ entityType, 
    bool isNullable
)
new : 
        entityType:IEdmEntityType * 
        isNullable:bool -> EdmEntityTypeReference
public function EdmEntityTypeReference(
    entityType : IEdmEntityType, 
    isNullable : boolean
)

Parameter

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

Siehe auch

Verweis

EdmEntityTypeReference Klasse

Microsoft.Data.Edm.Library-Namespace