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