Click or drag to resize
DataConnection Fields

The DataConnection type exposes the following members.

Fields
  NameDescription
Protected fieldmAdvancedSettings
Advanced settings.
(Inherited from AbstractDataConnection.)
Protected fieldmCommandTimeout
Command timeout.
(Inherited from AbstractDataConnection.)
Protected fieldmConnectionCreated
If true, the connection was created from this object
(Inherited from AbstractDataConnection.)
Protected fieldmConnectionString
Connection string for specific provider.
(Inherited from AbstractDataConnection.)
Protected fieldmConnectionStringName
Connection string name
(Inherited from AbstractDataConnection.)
Protected fieldmLastError
Last connection error
(Inherited from AbstractDataConnection.)
Protected fieldmLocalTransaction
SqlTransaction object.
(Inherited from AbstractDataConnection.)
Protected fieldmNativeConnection
Native connection object. It depends on provider type.
(Inherited from AbstractDataConnection.)
Protected fieldmNestedConnections
Nested connections indexed by the connection string [connectionString -> IDbConnection]
(Inherited from AbstractDataConnection.)
Protected fieldmNestedConnectionsList
List of nested connections
(Inherited from AbstractDataConnection.)
Protected fieldmNestedOpenConnections
List of nested connections that were automatically opened
(Inherited from AbstractDataConnection.)
Protected fieldmNestedOpenTransactions
List of nested connections that were automatically opened with transaction
(Inherited from AbstractDataConnection.)
Protected fieldmOriginalThreadID
Original thread ID of the connection.
(Inherited from AbstractDataConnection.)
Protected fieldmUseScopeConnection
If true, the connection uses the scope connection
(Inherited from AbstractDataConnection.)
Top
See Also