3 references to DbApplyExpression
System.Data.Entity (3)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
340
return new
DbApplyExpression
(DbExpressionKind.CrossApply, resultType, input, apply);
354
return new
DbApplyExpression
(DbExpressionKind.OuterApply, resultType, input, apply);
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2548
return new
DbApplyExpression
(DbExpressionKind.OuterApply, TypeUsage.Create(TypeHelpers.CreateCollectionType(resultType)), newInput, newApply);