摘要: DataTable dt = ds.Tables[0]; DataTable dtResult = new DataTable(); //克隆表结构 dtResult = dt.Clone(); foreach (DataColumn col in dtResult.Columns) ... 阅读全文
posted @ 2017-08-31 14:11 乐途 阅读(4084) 评论(0) 推荐(0) 编辑