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