Click or drag to resize
CqlConnection Methods

The CqlConnection type exposes the following members.

Methods
  NameDescription
Public methodChangeDatabase
Changes the current database for an open Connection object.
(Overrides DbConnectionChangeDatabase(String).)
Public methodClone
Public methodClose
Closes the connection to the database.
(Overrides DbConnectionClose.)
Public methodOpen
Opens a database connection with the settings specified by the ConnectionString property of the provider-specific Connection object.
(Overrides DbConnectionOpen.)
Top
See Also