IEdmModel.SchemaElements Property

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

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

Syntax

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

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

Property Value

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

See Also

Reference

IEdmModel Interface

Microsoft.Data.Edm Namespace