Click or drag to resize
GeneralConnection Properties

The GeneralConnection type exposes the following members.

Properties
  NameDescription
Public propertyAdvancedSettings
Advanced settings.
Public propertyCacheDependency
Cache dependency for the cached items.
Public propertyCacheMinutes
Cache minutes for which the selected data should be cached (only for SELECT queries).
Public propertyCommandTimeout
Command timeout.
Public propertyConnectionGuid
Connection GUID to identify the connection.
Public propertyConnectionString
Connection string for specific provider.
Public propertyDataConnection
Data connection for specific provider.
Public propertyDisableConnectionDebug
If true, the debug is disabled on this connection
Public propertyDisableQueryDebug
If true, the debug of the executed queries is disabled on this connection
Public propertyFireErrorOnExecute
If true, an error if fired on execution (for debug purposes).
Public propertyKeepOpen
If true, the connection stays open even if close is requested.
Public propertyUserID
ID of the current user.
Public propertyUseScopeConnection
If true, the connection uses the scope connection
Top
See Also