SelectExpandClause.AllSelected Property

Gets a flag indicating that everything at this level has been selected.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public ReadOnly Property AllSelected As Boolean 
    Get
'Usage
Dim instance As SelectExpandClause 
Dim value As Boolean 

value = instance.AllSelected
public bool AllSelected { get; }
public:
property bool AllSelected {
    bool get ();
}
member AllSelected : bool
function get AllSelected () : boolean

Property Value

Type: System.Boolean

Remarks

If true, then all structural properties, bound actions and functions, and all navigations in the SelectedItems list have been selected.

See Also

Reference

SelectExpandClause Class

Microsoft.Data.OData.Query.SemanticAst Namespace