28 references to Add
System.Data.Entity (28)
System\Data\Common\Utils\KeyToListMap.cs (1)
85
Add
(key, value);
System\Data\Mapping\FunctionImportMapping.cs (2)
98
m_entityTypeLineInfos.
Add
(entityType, entityTypeMapping.LineInfo);
102
m_isTypeOfLineInfos.
Add
(isTypeOf, entityTypeMapping.LineInfo);
System\Data\Mapping\StorageMappingItemLoader.cs (2)
639
setMappingPerTable.
Add
(fragment.TableSet, setMapping);
3857
propertyToColumnNamesMap.
Add
(resultBinding.Property, resultBinding.ColumnName);
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (1)
91
result.
Add
(componentNum, vertex);
System\Data\Mapping\Update\Internal\UpdateCommand.cs (5)
114
addedEntities.
Add
(stateEntry.EntityKey, this);
118
deletedEntities.
Add
(stateEntry.EntityKey, this);
153
affected.
Add
(end1, this);
154
affected.
Add
(end2, this);
174
referencedEntities.
Add
(owner.StateEntry.EntityKey, this);
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (4)
126
sourceMap.
Add
(source.EntitySet, fkConstraint);
127
targetMap.
Add
(target.EntitySet, fkConstraint);
295
predecessors.
Add
(fk, command);
318
predecessors.
Add
(fk, command);
System\Data\Mapping\Update\Internal\ViewLoader.cs (1)
296
requiredEnds.
Add
(associationSet, oppositeEnd.CorrespondingAssociationEndMember);
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (3)
139
extentMap.
Add
(extent, childNode);
317
extentMap.
Add
((EntitySet)extent, leaf);
377
pkFkMap.
Add
(principalExtent, fkExtent);
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (2)
295
extentMap.
Add
(leafNode.LeftCellWrapper.RightCellQuery.Extent, leafNode);
328
extentMap.
Add
(leafNode.LeftCellWrapper.RightCellQuery.Extent, leafNode);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
222
slotMap.
Add
(slot, i);
System\Data\Mapping\ViewGeneration\Validator.cs (1)
208
extentPairConstraints.
Add
(pair, cKeyConstraint);
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (2)
451
views.
Add
(context.Extent, generatedView);
502
extentCellMap.
Add
(cellQuery.Extent, cell);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (3)
2141
values.
Add
(e.Left, e.Right);
2146
values.
Add
(e.Right, e.Left);
2173
values.
Add
(potentialKey, e);