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

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

Syntax

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

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