Connection.rollbackSavepoint
bool rollbackSavepoint(string name = null)Rollback all the modifications made after the SAVEPOINT named name.
Parameters
name | name of the savepoint to rollback to |
Returns
TRUE if no error occurred
Throws
[ConnectionException]