| ISessionDeleteKeyspaceIfExists Method  | 
             Deletes specified keyspace from current cluster.
             If keyspace with specified name does not exist, then this method does nothing.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxvoid DeleteKeyspaceIfExists(
	string keyspaceName
)
Parameters
- keyspaceName
 - Type: SystemString
Name of keyspace to be deleted. 
See Also