dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTransaction Class / Rollback Method / Rollback(String) Method
Name of the savepoint to rollback the transaction to.

In This Topic
Rollback(String) Method
In This Topic
Rollback rolls back a database transaction to the specified savepoint.
Syntax
'Declaration
 
Public Overloads Sub Rollback( _
   ByVal savePointName As String _
) 
 

Parameters

savePointName
Name of the savepoint to rollback the transaction to.
See Also