private void InitialiseFiltering() { this.rootFilterGroup = new FilterGroup(); this.Specification.Filters.Add(this.rootFilterGroup); this.currentFilterGroup = this.rootFilterGroup; }
public ISelectStatement <TEntity> EndNesting() { this.currentFilterGroup = this.currentFilterGroup.Parent; return(this); }
public ISelectCommand <TEntity> EndNesting() { this.currentFilterGroup = this.currentFilterGroup.Parent; return(this); }