EasyObjects.NET Programmers Reference

TransactionManager.RollbackTransaction Method 

Rolls back the current transaction scope's changes

public void RollbackTransaction();

Remarks

RollbackTransaction dooms the transaction regardless of nested calls to BeginTransaction. Once this method is called nothing can be done to commit the transaction. To reset the thread state a call to ThreadTransactionMgrReset must be made.

See Also

TransactionManager Class | NCI.EasyObjects Namespace