SelectExpandClause.SelectedItems 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 the selected properties and operations.
public System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.SelectItem> SelectedItems { get; }
member this.SelectedItems : seq<Microsoft.OData.UriParser.SelectItem>
Public ReadOnly Property SelectedItems As IEnumerable(Of SelectItem)
Property Value
Remarks
This list includes expanded navigations properties, which may have additional nested selections and expansions.