摘要: private DataTable ToDataTable(DataRow[] rows) { if (rows == null || rows.Length == 0) return null; DataTable tmp = rows[0].Table.Clone(); // 复制DataRow 阅读全文
posted @ 2016-08-29 10:14 成小伟 阅读(27400) 评论(0) 推荐(0) 编辑