delete method

DeleteStatement<Tbl, Row> delete()

Creates a statement to compose a DELETE from the database.

This is equivalent to calling DatabaseConnectionUser.delete with the captured table.

Implementation

DeleteStatement<Tbl, Row> delete() => attachedDatabase.delete(this);