Where method

DeleteStatement Where(
  1. Expr cond
)

Implementation

DeleteStatement Where(Expr cond) {
  this._cond = cond;
  return this;
}