DataStax Enterprise C# Driver
DataStax Enterprise C# Driver
Namespaces
Dse
ISession Interface
ISession Methods
BeginExecute Method
BeginPrepare Method
ChangeKeyspace Method
CreateKeyspace Method
CreateKeyspaceIfNotExists Method
DeleteKeyspace Method
DeleteKeyspaceIfExists Method
EndExecute Method
EndPrepare Method
Execute Method
ExecuteAsync Method
Prepare Method
PrepareAsync Method
WaitForSchemaAgreement Method
ISession
ChangeKeyspace Method
Switches to the specified keyspace.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
Copy
void
ChangeKeyspace
(
string
keyspaceName
)
Parameters
keyspaceName
Type:
System
String
Case-sensitive name of keyspace to be used.
Exceptions
Exception
Condition
InvalidQueryException
When keyspace does not exist
See Also
Reference
ISession Interface
Dse Namespace
DataStax C# Drivers User Mailing List
© 2017 DataStax, All rights reserved.