3 instantiations of FunctionImportStructuralTypeMappingKB
System.Data.Entity (3)
System\Data\Mapping\FunctionImportMappingNonComposable.cs (2)
42
new
FunctionImportStructuralTypeMappingKB
(new List<FunctionImportStructuralTypeMapping>(), itemCollection) });
50
.Select((structuralTypeMappings) => new
FunctionImportStructuralTypeMappingKB
(
System\Data\Mapping\StorageMappingItemLoader.cs (1)
2124
var functionImportKB = new
FunctionImportStructuralTypeMappingKB
(typeMappings, this.EdmItemCollection);
14 references to FunctionImportStructuralTypeMappingKB
System.Data.Entity (14)
System\Data\Mapping\FunctionImportMapping.cs (1)
517
internal FunctionImportNormalizedEntityTypeMapping(
FunctionImportStructuralTypeMappingKB
parent,
System\Data\Mapping\FunctionImportMappingNonComposable.cs (8)
40
this.ResultMappings = new OM.ReadOnlyCollection<
FunctionImportStructuralTypeMappingKB
>(
41
new
FunctionImportStructuralTypeMappingKB
[] {
48
this.ResultMappings = new OM.ReadOnlyCollection<
FunctionImportStructuralTypeMappingKB
>(
63
internal readonly OM.ReadOnlyCollection<
FunctionImportStructuralTypeMappingKB
> ResultMappings;
69
internal
FunctionImportStructuralTypeMappingKB
GetResultMapping(int resultSetIndex)
92
FunctionImportStructuralTypeMappingKB
resultMapping = this.GetResultMapping(resultSetIndex);
102
FunctionImportStructuralTypeMappingKB
resultMapping = this.GetResultMapping(resultSetIndex);
174
FunctionImportStructuralTypeMappingKB
resultMapping = this.GetResultMapping(resultSetIndex);
System\Data\Mapping\StorageMappingItemLoader.cs (4)
1659
foreach (
FunctionImportStructuralTypeMappingKB
resultMapping in mapping.ResultMappings)
2124
var
functionImportKB = new FunctionImportStructuralTypeMappingKB(typeMappings, this.EdmItemCollection);
2353
FunctionImportStructuralTypeMappingKB
functionImportKB,
2443
FunctionImportStructuralTypeMappingKB
functionImportKB,
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
35
FunctionImportStructuralTypeMappingKB
resultMapping = mapping.GetResultMapping(resultSetIndex);