Beispiel #1
0
 public void Add(DataTable dt, string tableName, Dictionary <string, string> dic)
 {
     try
     {
         DbHelperSQL.DataTableToSQLServer(dt, tableName, dic);
     }
     catch
     {
         throw new Exception();
     }
 }