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