The IBinaryOperatorNode type exposes the following members.

Methods

  NameDescription
Public methodInitialize
Called by the tree walker during hql-sql semantic analysis after the operator sub-tree is completely built.
(Inherited from IOperatorNode.)

Properties

  NameDescription
Public propertyDataType
Retrieves the data type for the overall operator expression.
(Inherited from IOperatorNode.)
Public propertyLeftHandOperand
The left-hand operand of the operator.
Public propertyRightHandOperand
The right-hand operand of the operator.

See Also