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