コード例 #1
0
ファイル: CCMBridge.cs プロジェクト: nick-42/csharp-driver
 public static void Drop()
 {
     if (Session != null && Session.Keyspace != null)
     {
         Session.DeleteKeyspaceIfExists(Session.Keyspace);
     }
     Cluster.Shutdown();
 }