Partager via


EdmCoreModel.GetCollection(IEdmTypeReference) Méthode

Définition

Obtient une référence à une définition de type de collection non atomique.

public static Microsoft.OData.Edm.IEdmCollectionTypeReference GetCollection (Microsoft.OData.Edm.IEdmTypeReference elementType);
static member GetCollection : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.IEdmCollectionTypeReference
Public Shared Function GetCollection (elementType As IEdmTypeReference) As IEdmCollectionTypeReference

Paramètres

elementType
IEdmTypeReference

Type d’éléments dans la collection.

Retours

Nouvelle référence de type de collection non atomique.

S’applique à