InToken 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.
Lexical token representing an In operation.
public sealed class InToken : Microsoft.OData.UriParser.QueryToken
type InToken = class
inherit QueryToken
Public NotInheritable Class InToken
Inherits QueryToken
- Inheritance
Constructors
InToken(QueryToken, QueryToken) |
Create a new InToken given the left and right query tokens. |
Properties
Kind |
The kind of the query token. |
Left |
The left operand. |
Right |
The right operand. |
Methods
Accept<T>(ISyntacticTreeVisitor<T>) |
Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens. |