2015年1月19日

实体类转换为DataTable

摘要: 下面为实体类转换为DataTable的一个小例子:用到了反射知识。using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Reflection;using Syste... 阅读全文

posted @ 2015-01-19 22:03 xiaochen0403 阅读(239) 评论(0) 推荐(0)

导航