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