Click or drag to resize

SimpleStatementSetKeyspace Method

Sets the keyspace this Statement operates on. The keyspace should only be set when the IStatement applies to a different keyspace to the logged keyspace of the ISession.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public SimpleStatement SetKeyspace(
	string name
)

Parameters

name
Type: SystemString
The keyspace name.

Return Value

Type: SimpleStatement
See Also