public Criteria(DbAction action, String dbSelector) { this.criterions = new List <Criterion>(); this.dbTablesLinks = new DbTablesLinks(); this.dbAction = action; this.dbSelector = dbSelector; }
public Criteria() { this.criterions = new List <Criterion>(); this.dbTablesLinks = new DbTablesLinks(); }