Exemple #1
0
 public bool AddDataTable(string tableName, DataTable dt)
 {
     return(SqlDbHelper.SqlBulkCopyInsert(tableName, dt));
 }