ISessionDeleteKeyspaceIfExists Method |
Deletes specified keyspace from current cluster.
If keyspace with specified name does not exist, then this method does nothing.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax void DeleteKeyspaceIfExists(
string keyspaceName
)
Parameters
- keyspaceName
- Type: SystemString
Name of keyspace to be deleted.
See Also