where method
Adds an to 'where' expression
clause.
Implementation
Find where(Expression expression) {
_where = _where.and(expression);
return this;
}
Adds an to 'where' expression
clause.
Find where(Expression expression) {
_where = _where.and(expression);
return this;
}