SelectExpandClause Class
Class representing the combined semantic meaning of any select or expand clauses in the uri.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.Query.SemanticAst.SelectExpandClause
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class SelectExpandClause
'Usage
Dim instance As SelectExpandClause
public sealed class SelectExpandClause
public ref class SelectExpandClause sealed
[<SealedAttribute>]
type SelectExpandClause = class end
public final class SelectExpandClause
The SelectExpandClause type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SelectExpandClause | Constructs a SelectExpandClause from the given parameters. |
Top
Properties
Name | Description | |
---|---|---|
AllSelected | Gets a flag indicating that everything at this level has been selected. | |
SelectedItems | Gets the selected properties and operations. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.