Rolls back the transaction.
Namespace:
C1.Data.TransactionsAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.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()()()(). |