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