Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of elements stored in this collection.
Namespace: Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Elements As IEnumerable(Of IEdmDelayedValue)
Get
'Usage
Dim instance As IEdmCollectionValue
Dim value As IEnumerable(Of IEdmDelayedValue)
value = instance.Elements
IEnumerable<IEdmDelayedValue> Elements { get; }
property IEnumerable<IEdmDelayedValue^>^ Elements {
IEnumerable<IEdmDelayedValue^>^ get ();
}
abstract Elements : IEnumerable<IEdmDelayedValue>
function get Elements () : IEnumerable<IEdmDelayedValue>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmDelayedValue>
The collection of elements stored in this collection.