Exemplo n.º 1
0
 public WhereRule(QueryToData getData, string whereClause, Action[] actions)
     : base(new PlaceholderCondition(whereClause), actions)
 {
     this.getData = getData;
     dataQuery   += whereClause;
 }
Exemplo n.º 2
0
 public WhereRule(QueryToData getData, string whereClause, Action[] actions)
     : base(new PlaceholderCondition(whereClause), actions)
 {
     this.getData = getData;
     dataQuery += whereClause;
 }