BinaryOperatorNode 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.
Query node representing a binary operator.
public sealed class BinaryOperatorNode : Microsoft.OData.UriParser.SingleValueNode
type BinaryOperatorNode = class
inherit SingleValueNode
Public NotInheritable Class BinaryOperatorNode
Inherits SingleValueNode
- Inheritance
Constructors
BinaryOperatorNode(BinaryOperatorKind, SingleValueNode, SingleValueNode) |
Create a BinaryOperatorNode |
Properties
Kind |
Gets the kind of this node. (Inherited from SingleValueNode) |
Left |
Gets the left operand. |
OperatorKind |
Gets the operator represented by this node. |
Right |
Gets the right operand. |
TypeReference |
Gets the resource type of the single value this node represents. |
Methods
Accept<T>(QueryNodeVisitor<T>) |
Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. |