|
staticconstexprnoexcept |
Creates an inserter for inserting the specified columns of the entity into the database table, replacing the existing row.
| ASSIGNMENTS | A pack of the assignment types. |
| assignments | The assignments specifying the columns and their values to be inserted. |
This method is a shorthand for MakeInserter<sqt::ConflictAction::Replace>(assignments).