2012年6月25日

SQLite Helper 帮助类

摘要: View Code 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Data; 6 using System.Data.Common; 7 using System.Data.SQLite; 8 9 namespace Tools.Data 10 { 11 /// <summary> 12 /// 本类为SQLite数据库帮助静态类,使用时只需直接调用即可,无需实例化 13 ///... 阅读全文

posted @ 2012-06-25 06:43 xqghp 阅读(870) 评论(0) 推荐(1) 编辑

导航