Represents the result of an update/insert/delete operation on the database.
The number of rows updated is available with UpdateResult and any generated keys are available with UpdateResult.
Get any generated keys
Get the number of rows updated
Generated using TypeDoc
Represents the result of an update/insert/delete operation on the database.
The number of rows updated is available with UpdateResult and any generated keys are available with UpdateResult.