Show / Hide Table of Contents

Constructor BinaryExpression

| Improve this Doc View Source

BinaryExpression(Column<T>, Column<T>)

Initializes a new instance of BinaryExpression<T, TResult> 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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest