Пример #1
0
 public TableQuery(ISQLitePlatform platformImplementation, SQLiteConnection conn)
 {
     _sqlitePlatform = platformImplementation;
     Connection      = conn;
     Table           = Connection.GetMapping(typeof(T));
 }