Click or drag to resize

SessionChangeKeyspace Method

Switches to the specified keyspace.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public void ChangeKeyspace(
	string keyspace
)

Parameters

keyspace
Type: SystemString

Implements

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