IDBConnection2 Interface
Extends IDBConnection with the ability to check whether a transaction is currently active.
Syntax
Unit: Aurelius.Drivers.Interfaces
IDBConnection2 = interface(IInterface);
Methods
| Name | Description |
|---|---|
| InTransaction | Indicates whether a transaction is currently active on this connection. |