Click or drag to resize
Session.DeleteKeyspace Method
Deletes specified keyspace from current cluster. If keyspace with specified name does not exist, then exception will be thrown.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.5.0
Syntax
C#
public void DeleteKeyspace(
	string keyspaceName
)

Parameters

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

Implements

ISession.DeleteKeyspace(String)
See Also