找传奇、传世资源到传世资源站!

SQLiteHelper.net

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

一个小类,SQLiteHelper,旨在简化SQLite在C#中的使用。

using (SQLiteConnection conn = new SQLiteConnection("data source=C:\\data")){ using (SQLiteCommand cmd = new SQLiteCommand()) { cmd.Connection = conn; conn.Open(); SQLiteHelper sh = new SQLiteHelper(cmd); // do something... conn.Close(); }}

核心代码】

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复