Click or drag to resize

BatchStatementSetKeyspace Method

Sets the keyspace this batch operates on. The keyspace should only be set when the statements in this batch apply to a different keyspace to the logged keyspace of the ISession.

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

Parameters

name
Type: SystemString
The keyspace name.

Return Value

Type: BatchStatement
See Also