1 write to Parent
System.Data.Linq (1)
SqlClient\Query\SqlLiftWhereClauses.cs (1)
23
this.
Parent
= parent;
3 references to Parent
System.Data.Linq (3)
SqlClient\Query\SqlLiftWhereClauses.cs (3)
53
if (this.current.
Parent
!= null && !stopHoisting) {
54
this.current.
Parent
.Where = sql.AndAccumulate(this.current.
Parent
.Where, this.current.Where);