Click or drag to resize
AbstractDataConnection Fields

The AbstractDataConnection type exposes the following members.

Fields
  NameDescription
Protected fieldmAdvancedSettings
Advanced settings.
Protected fieldmCommandTimeout
Command timeout.
Protected fieldmConnectionCreated
If true, the connection was created from this object
Protected fieldmConnectionString
Connection string for specific provider.
Protected fieldmConnectionStringName
Connection string name
Protected fieldmLastError
Last connection error
Protected fieldmLocalTransaction
SqlTransaction object.
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 fieldmOriginalThreadID
Original thread ID of the connection.
Protected fieldmUseScopeConnection
If true, the connection uses the scope connection
Top
See Also