| DataConnection Fields | 
The DataConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| mAdvancedSettings | 
            Advanced settings.
              (Inherited from AbstractDataConnection.) | |
| mCommandTimeout | 
            Command timeout.
              (Inherited from AbstractDataConnection.) | |
| mConnectionCreated | 
            If true, the connection was created from this object
              (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.) | |
| mLocalTransaction | 
            SqlTransaction object.
              (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.) | |
| mOriginalThreadID | 
            Original thread ID of the connection.
              (Inherited from AbstractDataConnection.) | |
| mUseScopeConnection | 
            If true, the connection uses the scope connection
              (Inherited from AbstractDataConnection.) |