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.
(Overrides DbConnectionChangeDatabase(String).)
Public methodClone
Public methodClose
Closes the connection to the database. This is the preferred method of closing any open connection.
(Overrides DbConnectionClose.)
Public methodOpen
Opens a database connection with the settings specified by the ConnectionString.
(Overrides DbConnectionOpen.)
Top
See Also