摘要:
public static DataTable LinqToDataTable(System.Collections.IEnumerable list) { DataTable table = new DataTable(); bool schemaIsBuild = false; PropertyInfo[] props = null; foreach (object item in list)... 阅读全文
posted @ 2010-05-08 08:42
Gsun
阅读(169)
评论(0)
推荐(0)

浙公网安备 33010602011771号