16 references to GetCollectionType
System.Data.Entity (14)
System\Data\Metadata\Converter.cs (1)
805edmType = toEndEntityType.GetCollectionType();
System\Data\Metadata\Edm\MetadataItem_Static.cs (5)
328new EdmProperty[] { new EdmProperty(EdmConstants.ItemAttributes, TypeUsage.Create(GetBuiltInType(BuiltInTypeKind.MetadataProperty).GetCollectionType())), 374new EdmProperty(EdmConstants.ToProperties, TypeUsage.Create(GetBuiltInType(BuiltInTypeKind.EdmProperty).GetCollectionType())), 375new EdmProperty(EdmConstants.FromProperties, TypeUsage.Create(GetBuiltInType(BuiltInTypeKind.EdmProperty).GetCollectionType())) } ); 401new EdmProperty[] { new EdmProperty(EdmConstants.AssociationSetEnds, TypeUsage.Create(GetBuiltInType(BuiltInTypeKind.AssociationSetEnd).GetCollectionType()))}); 416new EdmProperty(EdmConstants.Parameters, TypeUsage.Create(GetBuiltInType(BuiltInTypeKind.FunctionParameter).GetCollectionType())) });
System\Data\Metadata\Edm\MetadataProperty.cs (1)
56_typeUsage = TypeUsage.Create(edmType.GetCollectionType());
System\Data\Metadata\Edm\Provider\EdmProviderManifestFunctionBuilder.cs (1)
188return new FunctionParameter("collection", TypeUsage.Create(this.primitiveTypes[(int)collectionParameterTypeElementTypeKind].EdmType.GetCollectionType()), ParameterMode.In);
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (1)
122edmType = entityType.GetCollectionType();
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (1)
523targetType = findType.GetCollectionType();
System\Data\Query\InternalTrees\ColumnMapFactory.cs (3)
74CollectionColumnMap collection = new SimpleCollectionColumnMap(baseStructuralType.GetCollectionType().TypeUsage, baseStructuralType.Name, polymorphicMap, null, null); 119CollectionColumnMap collection = new SimpleCollectionColumnMap(edmType.GetCollectionType().TypeUsage, edmType.Name, elementColumnMap, null, null); 200CollectionColumnMap collectionMap = new SimpleCollectionColumnMap(rowType.GetCollectionType().TypeUsage,
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1257resultType = TypeUsage.Create(resultType.EdmType.GetCollectionType());
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (1)
535var collectionType = complexType.GetCollectionType();
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
578var collectionType = tvfReturnType.GetCollectionType();