3 writes to Where
System.Data.Linq (3)
SqlClient\Query\SqlLiftWhereClauses.cs (3)
22this.Where = where; 54this.current.Parent.Where = sql.AndAccumulate(this.current.Parent.Where, this.current.Where); 55this.current.Where = null;
3 references to Where
System.Data.Linq (3)
SqlClient\Query\SqlLiftWhereClauses.cs (3)
54this.current.Parent.Where = sql.AndAccumulate(this.current.Parent.Where, this.current.Where); 57select.Where = this.current.Where;