[]
        
(Showing Draft Content)

C1.Data.Transactions.ClientTransaction.Rollback

Rollback Method

Rollback()

Rolls back the transaction.

Declaration
public void Rollback()
Implements
Remarks

Calling this method cancels the changes that were made in the scope of this transaction.

Exceptions
Type Condition
InvalidOperationException

The State is Committed or Committing.