コード例 #1
0
 public void OnApplicationSuspended()
 {
     Connection.Dispose();
     Connection = null;
 }
コード例 #2
0
 public Entry(SQLiteConnectionString connectionString, SQLiteOpenFlags openFlags)
 {
     ConnectionString = connectionString;
     Connection       = new SQLiteConnectionWithLock(connectionString, openFlags);
 }