EdmTypeSemantics.AsCollection(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.
Si cette référence est d’un type de collection, cela retourne une référence de type de collection valide à la définition de type. Sinon, une référence de type collection erronée est retournée.
public static Microsoft.OData.Edm.IEdmCollectionTypeReference AsCollection (this Microsoft.OData.Edm.IEdmTypeReference type);
static member AsCollection : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.IEdmCollectionTypeReference
<Extension()>
Public Function AsCollection (type As IEdmTypeReference) As IEdmCollectionTypeReference
Paramètres
- type
- IEdmTypeReference
Référence à l'objet appelant.
Retours
Référence de type collection valide si la définition de la référence est de type collection. Sinon, référence de type collection erronée.