摘要:
参考下 public static List <T> DataTableToObject <T>(List <T> xtraList, DataTable xtraDataTable) where T : new() { xtraList = new List <T>(); foreach (DataRow dr in xtraDataTabl... 阅读全文
posted @ 2009-10-09 10:11
不若相忘于江湖
阅读(586)
评论(0)
推荐(0)
浙公网安备 33010602011771号