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