摘要: LINQ笔记-LINQ操作DataTable AsEnumerable() DataTable table = GetTable(); var q = from n in table.AsEnumerable() select new Person { ID=n.Field<int>("ID"), 阅读全文
posted @ 2020-07-01 16:36 ProZkb 阅读(488) 评论(0) 推荐(0) 编辑