Rolls back the transaction.

Namespace:  C1.Data.Transactions
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public void Rollback()
Visual Basic
Public Sub Rollback

Implements

ITransaction..::..Rollback()()()()

Remarks

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

Exceptions

See Also