摘要:
private static DataTable ToDataTable(IList list) { DataTable result = new DataTable(); if (list.Count > 0) { PropertyInfo[] propertys = list[0].GetType().GetProperties(); foreach (PropertyInfo pi i... 阅读全文
posted @ 2010-05-25 16:24
左少白
阅读(338)
评论(0)
推荐(0)