Share via


EdmModel.SchemaElements Property

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

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property SchemaElements As IEnumerable(Of IEdmSchemaElement)
    Get
'Usage
Dim instance As EdmModel 
Dim value As IEnumerable(Of IEdmSchemaElement)

value = instance.SchemaElements
public override IEnumerable<IEdmSchemaElement> SchemaElements { get; }
public:
virtual property IEnumerable<IEdmSchemaElement^>^ SchemaElements {
    IEnumerable<IEdmSchemaElement^>^ get () override;
}
abstract SchemaElements : IEnumerable<IEdmSchemaElement>
override SchemaElements : IEnumerable<IEdmSchemaElement>
override function get SchemaElements () : IEnumerable<IEdmSchemaElement>

Property Value

Type: System.Collections.Generic.IEnumerable<IEdmSchemaElement>
The collection of schema elements that are contained in this model.

Implements

IEdmModel.SchemaElements

See Also

Reference

EdmModel Class

Microsoft.Data.Edm.Library Namespace