摘要:
public static DataTable CopyToDataTable(this IEnumerable array) { var ret = new DataTable(); foreach (PropertyDescriptor dp in TypeDescriptor.GetProperties(typeof(T))) { //if (!dp.IsReadOnly) { ret.Columns.Add(d... 阅读全文
posted @ 2013-12-20 16:31
李空
阅读(214)
评论(0)
推荐(0)
浙公网安备 33010602011771号