4 references to RelProperty
System.Data.Entity (4)
System\Data\Query\InternalTrees\Dump.cs (1)
975
case OpType.
RelProperty
:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
939
private RelPropertyOp() : base(OpType.
RelProperty
) { }
942
: base(OpType.
RelProperty
, type)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2333
PlanCompiler.Assert(op.OpType == OpType.Property || op.OpType == OpType.
RelProperty
,