4 references to OuterApply
System.Data.Entity (4)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
946
result = CqtBuilder.
OuterApply
(newInput, newApply);
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
2029
return CreateApply(source, apply, DbExpressionBuilder.
OuterApply
);
2712
return
OuterApply
(input, apply);
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2554
apply = applyInput.
OuterApply
(applyInput.Variable.Property(lojRightInput).BindAs(parent.AliasGenerator.Next()));