摘要:
http://www.cnblogs.com/weihengblogs/p/3436044.html 阅读全文
摘要:
使用方式: // 获得查询结果DataTable dt = DbHelper.ExecuteDataTable(...);// 把DataTable转换为IList<UserInfo>IList<UserInfo> users = ModelConvertHelper<UserInfo>.Conve 阅读全文
摘要:
...... <pages> <namespaces> <add namespace="System" /> <add namespace="System.Collections" /> <add namespace="System.Collections.Specialized" /> <add 阅读全文