Freigeben über


EdmCollectionTypeReference-Konstruktor

Initialisiert eine neue Instanz der EdmCollectionTypeReference-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    collectionType As IEdmCollectionType, _
    isNullable As Boolean _
)
'Usage
Dim collectionType As IEdmCollectionType
Dim isNullable As Boolean

Dim instance As New EdmCollectionTypeReference(collectionType, _
    isNullable)
public EdmCollectionTypeReference(
    IEdmCollectionType collectionType,
    bool isNullable
)
public:
EdmCollectionTypeReference(
    IEdmCollectionType^ collectionType, 
    bool isNullable
)
new : 
        collectionType:IEdmCollectionType * 
        isNullable:bool -> EdmCollectionTypeReference
public function EdmCollectionTypeReference(
    collectionType : IEdmCollectionType, 
    isNullable : boolean
)

Parameter

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

Siehe auch

Verweis

EdmCollectionTypeReference Klasse

Microsoft.Data.Edm.Library-Namespace