Share via


EdmModelExtensions.GetAllElements(IEdmModel) Method

Definition

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.

Applies to