ConnectionBase Class |
Namespace: Dundas.BI.Data.DataProviders.Special
The ConnectionBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConnectionBase | Initializes a new instance of the ConnectionBase class |
Name | Description | |
---|---|---|
![]() | ConnectionString |
Gets or sets the string used to open a database.
|
![]() | ConnectionTimeout |
Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
|
![]() | IsDisposed |
Gets a value indicating whether this instance is disposed.
|
Name | Description | |
---|---|---|
![]() | Close |
Closes the connection to the database.
|
![]() | Dispose |
Performs application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
|
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
|
![]() | Finalize |
Finalizes an instance of the ConnectionBase class.
(Overrides ObjectFinalize.) |
![]() | Open |
Opens a database connection with the settings specified by the ConnectionString
property of the provider-specific Connection object.
|