TransactionRollback()

rolls back a pending transaction

TransactionRollback( savepoint=string );

Returns: void

Argument Description
savepoint
string, optional

name of the savepoint to roll back to, if not set, simply roles back to the latest savepoint set without a name and if no savepoint is set, it roles back the complete transaction.

Examples

There are currently no examples for this function 29,819ms WARN No examples for function transactionrollback

See also