ExtensionMethods.SchemaElementsAcrossModels(IEdmModel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all schema elements from the model, and models referenced by it.
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmSchemaElement> SchemaElementsAcrossModels (this Microsoft.OData.Edm.IEdmModel model);
static member SchemaElementsAcrossModels : Microsoft.OData.Edm.IEdmModel -> seq<Microsoft.OData.Edm.IEdmSchemaElement>
<Extension()>
Public Function SchemaElementsAcrossModels (model As IEdmModel) As IEnumerable(Of IEdmSchemaElement)
Parameters
- model
- IEdmModel
Model to search for elements
Returns
Schema elements from the model, and models referenced by it.