WhereCondition constructor
WhereCondition(
- Operand leftOperand,
- ClauseOperator clauseOperator,
- Operand rightOperand
Creates a new where condition.
Implementation
WhereCondition(this.leftOperand, this.clauseOperator, this.rightOperand);