ISessionDeleteKeyspace Method  | 
 
             Deletes specified keyspace from current cluster.
             If keyspace with specified name does not exist, then exception will be thrown.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxvoid DeleteKeyspace(
	string keyspaceName
)
Parameters
- keyspaceName
 - Type: SystemString
Name of keyspace to be deleted. 
See Also