コード例 #1
0
        public ICompositePredicate AddOr()
        {
            this.extent.FlushCache();
            var orFilter = new AllorsPredicateOrSql(this.extent);

            this.filters.Add(orFilter);
            return(orFilter);
        }
コード例 #2
0
ファイル: Composite.cs プロジェクト: whesius/allors
 public ICompositePredicate AddOr()
 {
     this.extent.FlushCache();
     var orFilter = new AllorsPredicateOrSql(this.extent);
     this.filters.Add(orFilter);
     return orFilter;
 }