CqlConnectionChangeDatabase Method |
Changes the current database for an open Connection object.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax public override void ChangeDatabase(
string databaseName
)
Parameters
- databaseName
- Type: SystemString
The name of the database to use in place of the current database.
Implements
IDbConnectionChangeDatabase(String)See Also