摘要:
/**//// <summary> /// Ilist<T> 转换成 DataSet /// </summary> /// <param name="list"></param> /// <returns></returns> public static DataSet ConvertToDataSet<T>(IList<T> list) { if (list == null || list.Count <= 0) { return null; } DataSe 阅读全文
posted @ 2011-10-23 23:09
万事俱备就差个程序员
阅读(239)
评论(0)
推荐(0)

浙公网安备 33010602011771号

