and method

Update and(
  1. Expression exp
)
override

Implementation

Update and(Expression exp) {
  _where = _where.and(exp);
  return this;
}