| AbstractDataConnection Fields |
The AbstractDataConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| mCommandTimeout |
Command timeout.
| |
| mConnectionString |
Connection string for specific provider.
| |
| mConnectionStringName |
Connection string name
| |
| mLastError |
Last connection error
| |
| mNativeConnection |
Native connection object. It depends on provider type.
| |
| mNestedConnections |
Nested connections indexed by the connection string [connectionString -> IDbConnection]
| |
| mNestedConnectionsList |
List of nested connections
| |
| mNestedOpenConnections |
List of nested connections that were automatically opened
| |
| mNestedOpenTransactions |
List of nested connections that were automatically opened with transaction
| |
| mUseScopeConnection |
If true, the connection uses the scope connection
|