Connection.rollbackSavepoint

Rollback all the modifications made after the SAVEPOINT named name.

class Connection
bool
rollbackSavepoint
(
string name = null
)

Parameters

name string

name of the savepoint to rollback to

Return Value

Type: bool

TRUE if no error occurred

Throws