IDataConnection Properties |
The IDataConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdvancedSettings |
Advanced connection settings.
|
![]() | CommandTimeout |
Command timeout.
|
![]() | 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
|