DataSet ds = myIAppSet.GetHomeHottestList(siteID, 0, time);
DataSet ds1
= myIAppSet.GetHomeHottestList(siteID, 1, time); if (ds1 != null && ds1.Tables[0].Rows.Count > 0) { ds.Merge(ds1); }
Merge方法,用于DataSet、DataTable,多个字段相同的数据源的合并,数据的追加。


仅记录....

相关文章:

  • 2021-09-18
  • 2022-12-23
  • 2021-04-01
  • 2021-08-21
  • 2021-11-24
  • 2022-01-04
  • 2021-08-11
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-08-23
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
相关资源
相似解决方案