CqlConnection Methods |
The CqlConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangeDatabase | Changes the current database for an open connection. (Overrides DbConnectionChangeDatabase(String).) | |
| Clone | ||
| Close | Closes the connection to the database. This is the preferred method of closing any open connection. (Overrides DbConnectionClose.) | |
| Open | Opens a database connection with the settings specified by the ConnectionString. (Overrides DbConnectionOpen.) |