Represents a transaction that tracks client-side changes and can roll them back.
Namespace:
C1.Data.TransactionsAssembly: 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.