Exemplo n.º 1
0
 public static void Drop()
 {
     if (Session != null && Session.Keyspace != null)
     {
         Session.DeleteKeyspaceIfExists(Session.Keyspace);
     }
     Cluster.Shutdown();
 }