Protocol.Covington.WorkRequest.IDAL.ConnectionProvider.RollbackTransaction Function
Purpose: rolls back a pending transaction on the open connection object of this class,
or rolls back to the savepoint with the given name. Savepoints are created with SaveTransaction().
Public bool RollbackTransaction (string)
Type
Name
Description
string
transactionToRollback
Name of transaction to roll back. Can be name of savepoint
Return
Description
bool
true, if rollback was succesful, or an Exception exception is thrown