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