Partager via


Constructeur EdmCollectionTypeReference

Initialise une nouvelle instance de la classe EdmCollectionTypeReference.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    collectionType As IEdmCollectionType, _
    isNullable As Boolean _
)
'Utilisation
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
)

Paramètres

  • isNullable
    Type : System.Boolean
    Indique si le type peut être nullable ou pas.

Voir aussi

Référence

EdmCollectionTypeReference Classe

Espace de noms Microsoft.Data.Edm.Library