ConnectionBase Methods |
The ConnectionBase type exposes the following members.
| 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.
|