public ICompositePredicate AddOr() { this.extent.FlushCache(); var orFilter = new AllorsPredicateOrSql(this.extent); this.filters.Add(orFilter); return(orFilter); }
public ICompositePredicate AddOr() { this.extent.FlushCache(); var orFilter = new AllorsPredicateOrSql(this.extent); this.filters.Add(orFilter); return orFilter; }