摘要: 手动构建一个表 private DataTable table_create() { DataTable table = new DataTable(); table.Columns.Add("c1"); table.Columns.Add("c2"); Retrun table; } 循环构建表 阅读全文
posted @ 2019-04-29 09:11 netdbo 阅读(134) 评论(0) 推荐(0)