Exemplo n.º 1
0
        public ICompositePredicate AddNot()
        {
            this.extent.FlushCache();
            var noneFilter = new AllorsPredicateNotSql(this.extent);

            this.filters.Add(noneFilter);
            return(noneFilter);
        }
Exemplo n.º 2
0
 public ICompositePredicate AddNot()
 {
     this.extent.FlushCache();
     var noneFilter = new AllorsPredicateNotSql(this.extent);
     this.filters.Add(noneFilter);
     return noneFilter;
 }