Méthode EdmCoreModel.GetCollection
Obtient une référence à un type de collection.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Shared Function GetCollection ( _
elementType As IEdmTypeReference _
) As IEdmCollectionTypeReference
'Utilisation
Dim elementType As IEdmTypeReference
Dim returnValue As IEdmCollectionTypeReference
returnValue = EdmCoreModel.GetCollection(elementType)
public static IEdmCollectionTypeReference GetCollection(
IEdmTypeReference elementType
)
public:
static IEdmCollectionTypeReference^ GetCollection(
IEdmTypeReference^ elementType
)
static member GetCollection :
elementType:IEdmTypeReference -> IEdmCollectionTypeReference
public static function GetCollection(
elementType : IEdmTypeReference
) : IEdmCollectionTypeReference
Paramètres
- elementType
Type : Microsoft.Data.Edm.IEdmTypeReference
Type de l'élément.
Valeur de retour
Type : Microsoft.Data.Edm.IEdmCollectionTypeReference
Référence de type de collection.