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