ConnectionBase Class

Base class for connection.
This class is not intended to be used directly from your code, unless you are implementing a custom data provider.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProviders.SpecialConnectionBase

Namespace:  Dundas.BI.Data.DataProviders.Special
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public abstract class ConnectionBase : IDisposable

The ConnectionBase type exposes the following members.

Constructors
  NameDescription
Protected methodConnectionBase
Initializes a new instance of the ConnectionBase class
Top
Properties
  NameDescription
Public propertyConnectionString
Gets or sets the string used to open a database.
Public propertyConnectionTimeout
Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Top
Methods
  NameDescription
Public methodClose
Closes the connection to the database.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Protected methodFinalize
Finalizes an instance of the ConnectionBase class.
(Overrides ObjectFinalize.)
Public methodOpen
Opens a database connection with the settings specified by the ConnectionString property of the provider-specific Connection object.
Top
See Also