摘要: using System;using System.Data;using System.Data.SQLite;namespace Util{ /// <summary> /// SQLiteHelper SQLite数据库辅助类 /// </summary> public class SQLiteHelper : IDisposable { #region 字段 private string connectionString; private SQLiteConnection databaseConnection; #endregion #region 属性 /// 阅读全文
posted @ 2011-05-16 14:57 chlyzone 阅读(368) 评论(0) 推荐(0) 编辑