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