| AbstractDataConnection Properties |
The AbstractDataConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| CommandTimeout |
Command timeout.
| |
| ConnectionString |
Connection string for specific provider.
| |
| DisableConnectionDebug |
If true, the debug is disabled on this connection
| |
| DisableQueryDebug |
If true, the debug of queries is disabled on this connection
| |
| KeepOpen |
If true, the connection stays open even if close is requested.
| |
| LocalKeepOpen |
If true, the connection stays open even if close is requested.
| |
| LocalTransaction |
Transaction object of local instance.
| |
| NativeConnection |
Native connection object. It depends on provider type.
| |
| NativeDBConnection |
Native connection object. It depends on provider type.
| |
| Transaction |
Transaction object.
| |
| UseScopeConnection |
If true, the connection uses the scope connection
|