Represents a transaction that tracks client-side changes and can roll them back.

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

Syntax

C#
public class ClientTransaction : INotifyPropertyChanged, 
	IDisposable, ITransaction
Visual Basic
Public Class ClientTransaction _
	Implements INotifyPropertyChanged, IDisposable, ITransaction

Remarks

To create a new independent transaction, use the CreateTransaction()()()() method. To create a child transaction, use the constructor.

Inheritance Hierarchy

System..::..Object
  C1.Data.Transactions..::..ClientTransaction

See Also