2018年12月6日

如何把EntityList转换成DataSet

摘要: public static DataSet ToDataSet<TSource>(this IList<TSource> list) { Type elementType = typeof(TSource); DataSet ds = new DataSet(); DataTable dt = ne 阅读全文

posted @ 2018-12-06 13:37 AbelAngelo 阅读(381) 评论(0) 推荐(0)

导航