C# Class Net.Http.WebApi.OData.Query.Expressions.BinaryOperatorNode

Inheritance: SingleValueNode
Mostrar archivo Open project: TrevorPilley/Net.Http.WebApi.OData Class Usage Examples

Public Methods

Method Description
BinaryOperatorNode ( SingleValueNode left, BinaryOperatorKind operatorKind, SingleValueNode right )

Initialises a new instance of the BinaryOperatorNode class.

Method Details

BinaryOperatorNode() public method

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.