Rolls back the transaction.
Namespace:
C1.Data.TransactionsAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
Remarks
Calling this method cancels the changes that were made in the scope of
this transaction.
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | The State is Committed or Committing. |