1、两个一样的table合并用Merge函数即可合并(但要求table要有主键id)

1 DataTable1.Merge(DataTable2);

 

2、没写完,以后继续补充(只有经过笔者验证,能用的才会传上来)

相关文章:

  • 2022-12-23
  • 2021-12-26
  • 2021-10-27
  • 2021-05-28
  • 2021-08-09
  • 2021-08-12
  • 2022-03-07
猜你喜欢
  • 2022-12-23
  • 2021-12-24
  • 2022-02-19
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案