CqlConnection Class |
Namespace: Cassandra.Data
public class CqlConnection : DbConnection, ICloneable
The CqlConnection type exposes the following members.
Name | Description | |
---|---|---|
CqlConnection |
Initializes a CqlConnection.
| |
CqlConnection(String) |
Initializes a CqlConnection.
|
Name | Description | |
---|---|---|
ChangeDatabase | Changes the current database for an open Connection object. (Overrides DbConnectionChangeDatabase(String).) | |
Clone | ||
Close | Closes the connection to the database. (Overrides DbConnectionClose.) | |
Open | Opens a database connection with the settings specified by the ConnectionString property of the provider-specific Connection object. (Overrides DbConnectionOpen.) |
Name | Description | |
---|---|---|
ConnectionString | Gets or sets the string used to open a database. (Overrides DbConnectionConnectionString.) | |
Database |
Returns the Keyspace
(Overrides DbConnectionDatabase.) | |
DataSource | (Overrides DbConnectionDataSource.) | |
ServerVersion | (Overrides DbConnectionServerVersion.) | |
State | Gets the current state of the connection. (Overrides DbConnectionState.) |