Click or drag to resize

ISessionChangeKeyspace Method

Switches to the specified keyspace.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.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