BinaryOperatorNode Class

Definition

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
BinaryOperatorNode

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.

Applies to