ExtensionMethods.ExistsContainer(IEdmModel, String) 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 le nom du conteneur dans le modèle est le même que le nom d’entrée. Le nom d’entrée peut être complet.
public static bool ExistsContainer (this Microsoft.OData.Edm.IEdmModel model, string containerName);
static member ExistsContainer : Microsoft.OData.Edm.IEdmModel * string -> bool
<Extension()>
Public Function ExistsContainer (model As IEdmModel, containerName As String) As Boolean
Paramètres
- model
- IEdmModel
Modèle dans lequel effectuer la recherche.
- containerName
- String
Nom du conteneur d’entrée à rechercher. Le nom du conteneur peut être qualifié complet avec le préfixe d’espace de noms.
Retours
True si le modèle a un conteneur appelé nom d’entrée, sinon false.