EdmCoreModel.GetCollection(IEdmTypeReference) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.