2 references to DbLambda
System.Data.Entity (2)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
234
return new
DbLambda
(validVars, body);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3914
DbLambda gpExpressionLambda = new
DbLambda
(gpExpressionLambdaVariables, ((GroupPartitionInfo)groupAggregateInfo).AggregateDefinition);