摘要:
public static class DataTableExtensions { public static IList ToList(this DataTable table) where T : new() { IList properties = typeof(T).GetProperties().ToList(); IList result = ne... 阅读全文
posted @ 2017-09-28 17:35
akiing
阅读(800)
评论(0)
推荐(0)

浙公网安备 33010602011771号