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

Inheritance: SingleValueNode
Afficher le fichier Open project: TrevorPilley/Net.Http.WebApi.OData Class Usage Examples

Méthodes publiques

Méthode Description
BinaryOperatorNode ( SingleValueNode left, BinaryOperatorKind operatorKind, SingleValueNode right )

Initialises a new instance of the BinaryOperatorNode class.

Method Details

BinaryOperatorNode() public méthode

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.