Example #1
0
 public DbConnection(SQLiteModelStore store, string databasePath) : base(databasePath)
 {
     this.store = store;
 }
Example #2
0
 public DbCommand(SQLiteModelStore store, SQLiteConnection conn) : base(conn)
 {
     this.store = store;
 }