TransactionSetSavePoint()

Saves a specific state within a transaction

TransactionSetSavePoint( savepoint=string );

Returns: void

Argument Description
savepoint
string, optional

name of the savepoint to set, this argument is optional, if set it creates an unnamed savepoint.

Usage Notes

This function is not currently supported for ORM transactions

Examples

There are currently no examples for this function 29,835ms WARN No examples for function transactionsetsavepoint

See also