Click or drag to resize
DataConnection Properties

The DataConnection type exposes the following members.

Properties
  NameDescription
Public propertyAdvancedSettings
Advanced settings.
(Inherited from AbstractDataConnection.)
Public propertyCommandTimeout
Command timeout.
(Inherited from AbstractDataConnection.)
Public propertyConnectionCreated
If true, some connection was used
(Inherited from AbstractDataConnection.)
Public propertyConnectionGUID
Connection GUID
(Inherited from AbstractDataConnection.)
Public propertyConnectionString
Connection string for specific provider.
(Inherited from AbstractDataConnection.)
Public propertyConnectionStringName
Connection string name
(Inherited from AbstractDataConnection.)
Public propertyDisableConnectionDebug
If true, the debug is disabled on this connection
(Inherited from AbstractDataConnection.)
Public propertyDisableQueryDebug
If true, the debug of queries is disabled on this connection
(Inherited from AbstractDataConnection.)
Public propertyKeepOpen
If true, the connection stays open even if close is requested.
(Inherited from AbstractDataConnection.)
Protected propertyLocalAdvancedSettings
Local advanced settings.
(Inherited from AbstractDataConnection.)
Protected propertyLocalKeepOpen
If true, the connection stays open even if close is requested.
(Inherited from AbstractDataConnection.)
Protected propertyLocalTransaction
Transaction object of local instance.
(Inherited from AbstractDataConnection.)
Public propertyNativeConnection
Native connection object. It depends on provider type.
(Inherited from AbstractDataConnection.)
Protected propertyNativeDBConnection
Native connection object. It depends on provider type.
(Inherited from AbstractDataConnection.)
Public propertyTransaction
Transaction object.
(Inherited from AbstractDataConnection.)
Public propertyUseScopeConnection
If true, the connection uses the scope connection
(Inherited from AbstractDataConnection.)
Top
See Also