5 references to SingleRowTable
System.Data.Entity (5)
System\Data\Query\InternalTrees\Dump.cs (1)
983
case OpType.
SingleRowTable
:
System\Data\Query\InternalTrees\RelOps.cs (1)
1084
private SingleRowTableOp() : base(OpType.
SingleRowTable
) { }
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
2021
if (n.Child0.Op.OpType == OpType.
SingleRowTable
||
2023
n.Child0.Child0.Op.OpType == OpType.
SingleRowTable
))
3647
if (joinNode.Child0.Op.OpType == OpType.
SingleRowTable
)