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