Exemplo n.º 1
0
        public ICompositePredicate AddOr()
        {
            this.extent.FlushCache();
            var orFilter = new AllorsPredicateOrSql(this.extent);

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