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)
594if (v.VarType == VarType.Column) 611PlanCompiler.Assert(v.VarType == VarType.Column, "Expected a columnVar. Found " + v.VarType);