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
Public method SelectExpandClause Constructs a SelectExpandClause from the given parameters.

Top

Properties

  Name Description
Public property AllSelected Gets a flag indicating that everything at this level has been selected.
Public property SelectedItems Gets the selected properties and operations.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.OData.Query.SemanticAst Namespace