Share via


EdmModelBase.SchemaElements Property

Definition

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

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

Property Value

Implements

Applies to