QueryToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |