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
GetMetrics Method
Prepare Method
PrepareAsync Method
WaitForSchemaAgreement Method
Session
DeleteKeyspaceIfExists Method
Deletes specified keyspace from current cluster. If keyspace with specified name does not exist, then this method does nothing.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
Copy
public
void
DeleteKeyspaceIfExists
(
string
keyspaceName
)
Parameters
keyspaceName
Type:
System
String
Name of keyspace to be deleted.
Implements
ISession
DeleteKeyspaceIfExists(String)
See Also
Reference
Session Class
Dse Namespace
DataStax C# Drivers User Mailing List
© DataStax, All rights reserved.