Exemple #1
0
 public string system_add_keyspace(Apache.Cassandra.KsDef ks_def)
 {
     return(_client.system_add_keyspace(ks_def));
 }