IEdmModel.SchemaElements Property

Definition

Gets the collection of schema elements that are contained in this model.

public System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmSchemaElement> SchemaElements { get; }
member this.SchemaElements : seq<Microsoft.OData.Edm.IEdmSchemaElement>
Public ReadOnly Property SchemaElements As IEnumerable(Of IEdmSchemaElement)

Property Value

Applies to