5 references to EntityColumnMap
System.Data.Entity (5)
System\Data\Query\InternalTrees\ColumnMapCopier.cs (1)
202
return new
EntityColumnMap
(columnMap.Type, columnMap.Name, fieldList, newEntityIdentity);
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
256
EntityColumnMap result = new
EntityColumnMap
(TypeUsage.Create(edmType), edmType.Name, propertyColumnMaps, entityIdentity);
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (2)
205
columnMap = new
EntityColumnMap
(typeInfo.Type, name, propertyColumnMapList.ToArray(), superTypeColumnMap.EntityIdentity);
249
columnMap = new
EntityColumnMap
(typeInfo.Type, name, propertyColumnMapList.ToArray(), identity);
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (1)
328
columnMap = new
EntityColumnMap
(columnMap.Type, columnMap.Name, columnMap.Properties, newEntityIdentity);