TransactionSetSavePoint()

edit

Saves a specific state within a transaction

TransactionSetSavePoint( savepoint=string );

Returns: void

Argument Description
savepoint
string, optional
edit

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

Usage Notes

edit

This function is not currently supported for ORM transactions

Examples

There are currently no examples for this function 40,945ms WARN No examples for function transactionSetsavepoint

See also