DataStax Enterprise C# Driver
DataStax Enterprise C# Driver
Namespaces
Dse
Session Class
Session Methods
BeginExecute Method
BeginPrepare Method
ChangeKeyspace Method
CreateKeyspace Method
CreateKeyspaceIfNotExists Method
DeleteKeyspace Method
DeleteKeyspaceIfExists Method
Dispose Method
EndExecute Method
EndPrepare Method
Execute Method
ExecuteAsync Method
Prepare Method
PrepareAsync Method
WaitForSchemaAgreement Method
Session
ChangeKeyspace Method
Switches to the specified keyspace.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
Copy
public
void
ChangeKeyspace
(
string
keyspace
)
Parameters
keyspace
Type:
System
String
Implements
ISession
ChangeKeyspace(String)
Exceptions
Exception
Condition
InvalidQueryException
When keyspace does not exist
See Also
Reference
Session Class
Dse Namespace
DataStax C# Drivers User Mailing List
© DataStax, All rights reserved.