SelectExpandClause(IEnumerable<SelectItem>, Boolean) Constructor
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.
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.