ITransactionable Interface |
Namespace: VirtualRadar.Interface.Database
The ITransactionable type exposes the following members.
Name | Description | |
---|---|---|
EndTransaction |
Ends a transaction. Ending a nested transaction has no effect.
| |
RollbackTransaction |
Rolls back a transaction. Rolling back a nested transaction rolls back all transactions.
| |
StartTransaction |
Begins a new transaction. Nesting transactions is allowed.
|