| IDivisibleTransactionContext Interface | 
Namespace: PDTec.IceNet.Core.Database
public interface IDivisibleTransactionContext : ITransactionContext, IDisposable
The IDivisibleTransactionContext type exposes the following members.
| Name | Description | |
|---|---|---|
| Commit | 
            Sucessfully complete the transaction.
              (Inherited from ITransactionContext.) | |
| CommitAndContinue | 
            Commits the part of the transaction that has been performed up to now and
            continues with the current logical transaction. Depending on the database 
            implementation a new technical transaction context object might be created.
              | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  (Inherited from IDisposable.) | |
| RegisterPostCommitAction | 
            Registers a post commit action. The action is executed by the platform
            after the transaction has been successfully completed (commit). The
            action itself is not part of the transaction.
              (Inherited from ITransactionContext.) | |
| RegisterPreCommitAction | 
            Registers a pre commit action. The action is executed by the platform
            before the transaction is completed (commit). The
            action itself is part of the transaction.
              (Inherited from ITransactionContext.) | |
| Rollback | 
            Rollback the database updates performed within the transaction scope.
              (Inherited from ITransactionContext.) |