GeneralConnection Properties |
The GeneralConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdvancedSettings |
Advanced settings.
|
![]() | CacheDependency |
Cache dependency for the cached items.
|
![]() | CacheMinutes |
Cache minutes for which the selected data should be cached (only for SELECT queries).
|
![]() | CommandTimeout |
Command timeout.
|
![]() | ConnectionGuid |
Connection GUID to identify the connection.
|
![]() | ConnectionString |
Connection string for specific provider.
|
![]() | DataConnection |
Data connection for specific provider.
|
![]() | DisableConnectionDebug |
If true, the debug is disabled on this connection
|
![]() | DisableQueryDebug |
If true, the debug of the executed queries is disabled on this connection
|
![]() | FireErrorOnExecute |
If true, an error if fired on execution (for debug purposes).
|
![]() | KeepOpen |
If true, the connection stays open even if close is requested.
|
![]() | UserID |
ID of the current user.
|
![]() | UseScopeConnection |
If true, the connection uses the scope connection
|