Click or drag to resize
AbstractDataConnection Fields

The AbstractDataConnection type exposes the following members.

Fields
  NameDescription
Protected fieldmCommandTimeout
Command timeout.
Protected fieldmConnectionString
Connection string for specific provider.
Protected fieldmConnectionStringName
Connection string name
Protected fieldmLastError
Last connection error
Protected fieldmNativeConnection
Native connection object. It depends on provider type.
Protected fieldmNestedConnections
Nested connections indexed by the connection string [connectionString -> IDbConnection]
Protected fieldmNestedConnectionsList
List of nested connections
Protected fieldmNestedOpenConnections
List of nested connections that were automatically opened
Protected fieldmNestedOpenTransactions
List of nested connections that were automatically opened with transaction
Protected fieldmUseScopeConnection
If true, the connection uses the scope connection
Top
See Also