Share via


SelectExpandClause.SelectedItems Property

Definition

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.

Applies to