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