Share via


SelectExpandClause(IEnumerable<SelectItem>, Boolean) Constructor

Definition

Constructs a SelectExpandClause from the given parameters.

public SelectExpandClause (System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.SelectItem> selectedItems, bool allSelected);
new Microsoft.OData.UriParser.SelectExpandClause : seq<Microsoft.OData.UriParser.SelectItem> * bool -> Microsoft.OData.UriParser.SelectExpandClause
Public Sub New (selectedItems As IEnumerable(Of SelectItem), allSelected As Boolean)

Parameters

selectedItems
IEnumerable<SelectItem>

The selected properties and operations. This list should include any expanded navigation properties.

allSelected
Boolean

Flag indicating if all items have been selected at this level.

Applies to