AbstractDataConnection Fields |
The AbstractDataConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | mAdvancedSettings |
Advanced settings.
|
![]() | mCommandTimeout |
Command timeout.
|
![]() | mConnectionCreated |
If true, the connection was created from this object
|
![]() | mConnectionString |
Connection string for specific provider.
|
![]() | mConnectionStringName |
Connection string name
|
![]() | mLastError |
Last connection error
|
![]() | mLocalTransaction |
SqlTransaction object.
|
![]() | 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
|
![]() | mOriginalThreadID |
Original thread ID of the connection.
|
![]() | mUseScopeConnection |
If true, the connection uses the scope connection
|