3 references to SqlLift
System.Data.Linq (3)
SqlClient\Query\QueryConverter.cs (1)
727
return new
SqlLift
(type, expr, this.dominatingExpression);
SqlClient\Query\SqlDuplicator.cs (1)
438
return new
SqlLift
(lift.ClrType, this.VisitExpression(lift.Expression), lift.SourceExpression);
SqlClient\Query\SqlMethodCallConverter.cs (1)
1274
returnValue = new
SqlLift
(targetType, expr, expr.SourceExpression);