ExtensionMethods.GetEdmReferences(IEdmModel) 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 les informations edmx:Reference (IEdmReference) du modèle.
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmReference> GetEdmReferences (this Microsoft.OData.Edm.IEdmModel model);
static member GetEdmReferences : Microsoft.OData.Edm.IEdmModel -> seq<Microsoft.OData.Edm.IEdmReference>
<Extension()>
Public Function GetEdmReferences (model As IEdmModel) As IEnumerable(Of IEdmReference)
Paramètres
- model
- IEdmModel
IEdmModel pour obtenir des informations edmx:Reference.
Retours
Informations edmx:Reference.