示例#1
0
 public string system_drop_keyspace(string keyspace)
 {
     return(_client.system_drop_keyspace(keyspace));
 }