3 references to Column
System.Data.Entity (3)
System\Data\Query\InternalTrees\Vars.cs (1)
148
: base(id, VarType.
Column
, columnMetadata.Type)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
594
if (v.VarType == VarType.
Column
)
611
PlanCompiler.Assert(v.VarType == VarType.
Column
, "Expected a columnVar. Found " + v.VarType);