凌寒飘香

____成风破浪会有时,直把云帆济沧海!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::
DataSet custGermanyDS = custDS.Clone();
DataRow[] copyRows = custDS.Tables["Customers"].Select("Country = 'Germany'");
DataTable custTable = custGermanyDS.Tables["Customers"];
foreach (DataRow copyRow in copyRows)
  custTable.ImportRow(copyRow);
posted on 2006-08-21 16:20  凌寒飘香  阅读(168)  评论(0编辑  收藏  举报