1 //合并  
2 dt.Merge(dt2);
3  //去重  
4  dt = dt.AsDataView().ToTable(true);

 

相关文章: