liuyinlong

导航

DataRow[]转换成DataTable

//DataRow[] 转换成DataTable
DataTable dtInsert = dtSource.Select("goodrecever = '" + strgoodrecever + "'").CopyToDataTable();

 

posted on 2012-03-28 22:53  liuyinlong  阅读(231)  评论(0编辑  收藏  举报