EdmModelBase.SchemaElements Property
Gets a collection of schema model elements.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SchemaElements As IEnumerable(Of IEdmSchemaElement)
Get
'Usage
Dim instance As EdmModelBase
Dim value As IEnumerable(Of IEdmSchemaElement)
value = instance.SchemaElements
public abstract IEnumerable<IEdmSchemaElement> SchemaElements { get; }
public:
virtual property IEnumerable<IEdmSchemaElement^>^ SchemaElements {
IEnumerable<IEdmSchemaElement^>^ get () abstract;
}
abstract SchemaElements : IEnumerable<IEdmSchemaElement>
abstract function get SchemaElements () : IEnumerable<IEdmSchemaElement>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmSchemaElement>
A collection of schema model elements.