IDataConnection Properties |
The IDataConnection type exposes the following members.
Name | Description | |
---|---|---|
CommandTimeout |
Command timeout which will be set on this connection.
| |
ConnectionString |
Connection string for specific provider.
| |
ConnectionStringName |
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.
| |
NativeConnection |
Native connection object. It depends on provider type.
| |
Transaction |
Transaction object.
| |
UseScopeConnection |
If true, the connection uses the scope connection
|