public DbEntity(DbTable table, params string[] columns) { this.table = table; this.columns = columns; }