Share via


QueryToken Class

Definition

Base class for all lexical tokens of OData query.

public abstract class QueryToken
type QueryToken = class
Public MustInherit Class QueryToken
Inheritance
QueryToken
Derived

Constructors

QueryToken()

Fields

EmptyTokens

Empty list of arguments.

Properties

Kind

The kind of the query token.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

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

Applies to