C# SQLite实用帮助类:SQLiteHelper
依赖:System.Data.SQLite.dll
SQLiteHelper代码:
[code="c#"]
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Data;
using Syste...
原创
2013-03-21 17:55:32 ·
3314 阅读 ·
0 评论