|
staticconstexprnoexcept |
Creates a deleter for deleting rows from the database table.
The returned deleter corresponds to a DELETE SQL statement without any conditions, so it will deleter all rows from the table. To control which rows to delete, use the Where() method of the deleter to create a new deleter with conditions. The following code demonstrates how to use the deleter:
For easier-to-use methods, use the following methods from the easy style interface: