Click or drag to resize
ISessionChangeKeyspace Method
Switches to the specified keyspace.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
void ChangeKeyspace(
	string keyspaceName
)

Parameters

keyspaceName
Type: SystemString
Case-sensitive name of keyspace to be used.
Exceptions
ExceptionCondition
InvalidQueryExceptionWhen keyspace does not exist
See Also