EdmEntityContainer.Elements 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 a collection of the elements of this entity container.
public System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmEntityContainerElement> Elements { get; }
member this.Elements : seq<Microsoft.OData.Edm.IEdmEntityContainerElement>
Public ReadOnly Property Elements As IEnumerable(Of IEdmEntityContainerElement)