4 references to CreateCollectionType
System.Data.Entity (4)
System\Data\Query\InternalTrees\Command.cs (1)
1453
TypeUtils.
CreateCollectionType
(varRefColumnMap.Type), // type
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2309
TypeUtils.
CreateCollectionType
(newCollectionInfo.ColumnMap.Type),
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
244
newType = TypeUtils.
CreateCollectionType
(newElementType);
983
SimpleCollectionColumnMap resultColumnMap = new SimpleCollectionColumnMap(TypeUtils.
CreateCollectionType
(newColumnMap.Type), newColumnMap.Name, newColumnMap, columnMap.Keys, columnMap.ForeignKeys);