3 references to CrossJoin
System.Data.Entity (3)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
885
result = CqtBuilder.
CrossJoin
(newInputs);
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
2730
return
CrossJoin
(new DbExpressionBinding[2] { input1, input2 });
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1973
DbExpression retExpr = DbExpressionBuilder.
CrossJoin
(inputBindings);