EdmModelExtensions.GetAllElements(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.
Get all of the elements in the model and its referenced models.
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmSchemaElement> GetAllElements(this Microsoft.OData.Edm.IEdmModel model);
static member GetAllElements : Microsoft.OData.Edm.IEdmModel -> seq<Microsoft.OData.Edm.IEdmSchemaElement>
<Extension()>
Public Iterator Function GetAllElements (model As IEdmModel) As IEnumerable(Of IEdmSchemaElement)
Parameters
- model
- IEdmModel
Returns
All the elements.