Exemple #1
0
 public NovaWhere OrWhere(NovaWhere orWhere)
 {
     _orWhere.Add(orWhere);
     return(this);
 }
Exemple #2
0
 public INovaQuery Where(NovaWhere where)
 {
     _where.Add(where);
     return(this);
 }
Exemple #3
0
 public NovaWhere OrWhere(NovaWhere orWhere)
 {
     _orWhere.Add(orWhere);
     return this;
 }