WhereCondition constructor

WhereCondition(
  1. Operand leftOperand,
  2. ClauseOperator clauseOperator,
  3. Operand rightOperand
)

Creates a new where condition.

Implementation

WhereCondition(this.leftOperand, this.clauseOperator, this.rightOperand);