Share via


SelectExpandTermToken Class

Definition

Base class for ExpandTermToken and SelectTermToken.

public abstract class SelectExpandTermToken : Microsoft.OData.UriParser.QueryToken
type SelectExpandTermToken = class
    inherit QueryToken
Public MustInherit Class SelectExpandTermToken
Inherits QueryToken
Inheritance
SelectExpandTermToken
Derived

Constructors

SelectExpandTermToken(PathSegmentToken, QueryToken, IEnumerable<OrderByToken>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, QueryToken, SelectToken, ComputeToken)

Initializes a new instance of SelectExpandTermToken class.

Properties

ComputeOption

Gets the compute option for this select or expand term.

CountQueryOption

Gets the query count option for this select or expand term.

FilterOption

Gets the filter option for this select or expand term.

Kind

The kind of the query token.

(Inherited from QueryToken)
OrderByOptions

Gets the orderby options for this select or expand term.

PathToProperty

Gets the property for this select or expand term.

SearchOption

Gets the search option for this select or expand term.

SelectOption

Gets the select option for this select or expand term.

SkipOption

Gets the skip option for this select or expand term.

TopOption

Gets the top option for this select or expand term.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens.

(Inherited from QueryToken)

Applies to