摘要:
public static DataTable CopyToDataTable(IEnumerable array) { var ret = new DataTable(); foreach (PropertyDescriptor dp in TypeDescriptor.GetProperties(typeof(T))) ... 阅读全文
posted @ 2019-09-10 08:39
红磨坊后的白桦树
阅读(698)
评论(0)
推荐(0)
浙公网安备 33010602011771号