Ejemplo n.º 1
0
 public bool RefreshSchema(string keyspace = null, string table = null)
 {
     return(_metadata.RefreshSchema(keyspace, table));
 }