CqlConnectionChangeDatabase Method |
Changes the current database for an open connection.
Namespace: Dse.DataAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax public 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