摘要: 写在前面在实际项目中,用到了将集合转换为DataTable,就试着封装了一个方法,记录一下。代码using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Reflect... 阅读全文
posted @ 2015-06-22 11:29 wolfy 阅读(1492) 评论(3) 推荐(1)