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

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public void ChangeKeyspace(
	string keyspace
)

Parameters

keyspace
Type: SystemString

Implements

ISessionChangeKeyspace(String)
Exceptions
ExceptionCondition
InvalidQueryExceptionWhen keyspace does not exist
See Also