Click or drag to resize

Session.DeleteKeyspaceIfExists Method

Deletes specified keyspace from current cluster. If keyspace with specified name does not exist, then this method does nothing.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public void DeleteKeyspaceIfExists(
	string keyspaceName
)

Parameters

keyspaceName
Type: System.String
Name of keyspace to be deleted.

Implements

ISession.DeleteKeyspaceIfExists(String)
See Also