alexmen

专注.net软件开发,项目管理体系PMBOK.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  17 随笔 :: 69 文章 :: 21 评论 :: 40万 阅读
< 2025年7月 >
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
3 4 5 6 7 8 9

2016年8月2日

摘要: /// /// 参数过滤 /// /// /// /// public static IEnumerable FilterParameters(IEnumerable parameters, string sql) { return p... 阅读全文
posted @ 2016-08-02 23:10 alexmen 阅读(1215) 评论(0) 推荐(0)

摘要: /// /// 使用 System.Data.SQLite.dll 版本 1.0.102.0 官方例子名称:sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.102.0 /// public class SqliteHelper { private readonly static string ... 阅读全文
posted @ 2016-08-02 23:08 alexmen 阅读(228) 评论(0) 推荐(0)

摘要: /// <summary> /// 创建实例 支持泛型的创建 /// </summary> /// <typeparam name="T">此处T形如 Common<User></typeparam> /// <returns></returns> public static T Create<T> 阅读全文
posted @ 2016-08-02 23:01 alexmen 阅读(288) 评论(0) 推荐(0)

摘要: public static IList ConvertToList(DataTable dt) where T : new() { List list = new List(); T model = default (T); foreach (DataRow dr in dt.Rows) ... 阅读全文
posted @ 2016-08-02 23:00 alexmen 阅读(3952) 评论(0) 推荐(0)

摘要: /// /// 泛型LIst转泛型list /// /// /// /// /// public static List ListToList( List inList) where T : class where V : c... 阅读全文
posted @ 2016-08-02 22:57 alexmen 阅读(460) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示