1 type derived from ShaperFactory
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\ShaperFactory.cs (1)
49
internal class ShaperFactory<T> :
ShaperFactory
8 references to ShaperFactory
System.Data.Entity (8)
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
22
/// Supports building a unique key for a column map so that compiled delegates (<see cref="
ShaperFactory
"/>)
System\Data\Common\Internal\Materialization\ShaperFactory.cs (3)
25
internal static
ShaperFactory
Create(Type elementType, QueryCacheManager cacheManager, ColumnMap columnMap, MetadataWorkspace metadata, SpanIndex spanInfo, MergeOption mergeOption, bool valueLayer)
33
internal abstract
ShaperFactory
TypedCreate(QueryCacheManager cacheManager, ColumnMap columnMap, MetadataWorkspace metadata, SpanIndex spanInfo, MergeOption mergeOption, bool valueLayer);
39
internal override
ShaperFactory
TypedCreate(QueryCacheManager cacheManager, ColumnMap columnMap, MetadataWorkspace metadata, SpanIndex spanInfo, MergeOption mergeOption, bool valueLayer)
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (4)
29
internal readonly
ShaperFactory
ResultShaperFactory;
37
private ObjectQueryExecutionPlan(DbCommandDefinition commandDefinition,
ShaperFactory
resultShaperFactory, TypeUsage resultType, MergeOption mergeOption, EntitySet singleEntitySet, CompiledQueryParameters compiledQueryParameters)
110
ShaperFactory
shaperFactory =
ShaperFactory
.Create(elementType, cacheManager, entityDefinition.CreateColumnMap(null),