delete method

DeleteQuery delete()

Delete from the table

Implementation

DeleteQuery delete() {
  return DeleteQuery(_db, _table);
}