4 references to IsNamed
System.Data.Entity (4)
System\Data\Query\InternalTrees\ColumnMap.cs (1)
1091
return this.
IsNamed
? this.Name : String.Format(CultureInfo.InvariantCulture, "{0}", m_var.Id);
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (3)
135
if (!columnMap.
IsNamed
&& varRefColumnMap.
IsNamed
)
204
if (!columnMap.
IsNamed
)