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