EdmModel.SchemaElements Property
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 the collection of schema elements that are contained in this model and referenced models.
public override System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmSchemaElement> SchemaElements { get; }
member this.SchemaElements : seq<Microsoft.OData.Edm.IEdmSchemaElement>
Public Overrides ReadOnly Property SchemaElements As IEnumerable(Of IEdmSchemaElement)