Method | Description | |
---|---|---|
BinaryOperatorNode ( SingleValueNode left, BinaryOperatorKind operatorKind, SingleValueNode right ) |
Initialises a new instance of the BinaryOperatorNode class.
|
public BinaryOperatorNode ( SingleValueNode left, BinaryOperatorKind operatorKind, SingleValueNode right ) | ||
left | SingleValueNode | The left query node. |
operatorKind | BinaryOperatorKind | Kind of the operator. |
right | SingleValueNode | The right query node. |