Exemple #1
0
 public static void FillSchema(String query, DataTable table)
 {
     EXECUTOR.FillSchema(query, table);
 }