Constructor BinaryExpression
| Improve this Doc View SourceBinaryExpression(Column<T>, Column<T>)
Initializes a new instance of BinaryExpression<T> class.
Declaration
protected BinaryExpression(Column<T> left, Column<T> right)
Parameters
Type | Name | Description |
---|---|---|
Column<T> | left | The left column operand. |
Column<T> | right | The right column operand. |