Esempio n. 1
0
 public OrQuery(BaseQuery fQuery, BaseQuery f2Query, OccurType occurType)
     : base(occurType)
 {
     _fQuery = fQuery;
     _f2Query = f2Query;
 }
Esempio n. 2
0
 public BaseQuery Next(BaseQuery next)
 {
     _next = next;
     return(_next);
 }
Esempio n. 3
0
 public BaseQuery Next(BaseQuery next)
 {
     _next = next;
     return _next;
 }
Esempio n. 4
0
 public OrQuery(BaseQuery fQuery, BaseQuery f2Query, OccurType occurType)
     : base(occurType)
 {
     _fQuery  = fQuery;
     _f2Query = f2Query;
 }