| 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: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic BatchStatement SetKeyspace(
	string name
)
Parameters
- name
 - Type: SystemString
The keyspace name. 
Return Value
Type: 
BatchStatement
See Also