ConnectionBase Methods

The ConnectionBase type exposes the following members.

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