IEdmModel.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.
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)