BinaryOperatorToken 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 a binary operator.
public sealed class BinaryOperatorToken : Microsoft.OData.UriParser.QueryToken
type BinaryOperatorToken = class
inherit QueryToken
Public NotInheritable Class BinaryOperatorToken
Inherits QueryToken
- Inheritance
Constructors
BinaryOperatorToken(BinaryOperatorKind, QueryToken, QueryToken) |
Create a new BinaryOperatorToken given the operator, left and right query. |
Properties
Kind |
The kind of the query token. |
Left |
The left operand. |
OperatorKind |
The operator represented by this node. |
Right |
The right operand. |
Methods
Accept<T>(ISyntacticTreeVisitor<T>) |
Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens. |