| AbstractDatabaseAbstracter Fields |
The AbstractDatabaseAbstracter type exposes the following members.
| Name | Description | |
|---|---|---|
| commandTimeOut |
The default command time out; this is the time .NET will wait for a SQL request to return data
| |
| connectionString |
The connection string to be used by this abstracter.
| |
| currentConnection |
If the abstracter is in transaction mode, it executes all its requests on this connection on which the transaction is open
| |
| currentTransaction |
If the abstracter is in transaction mode, the current transaction
| |
| inTransaction |
Whether the abstracter is in transaction mode
|