CqlConnectionChangeDatabase Method  | 
 Changes the current database for an open connection.
 
    Namespace: 
   Cassandra.Data
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic override void ChangeDatabase(
	string databaseName
)
Parameters
- databaseName
 - Type: SystemString
Specifies the name of the database for the connection to use. 
Implements
IDbConnectionChangeDatabase(String)
See Also