13 references to Deleted
System.Data.Entity (13)
System\Data\Mapping\Update\Internal\Propagator.cs (8)
191
result.
Deleted
.AddRange(left.
Deleted
);
192
result.
Deleted
.AddRange(right.
Deleted
);
230
foreach(PropagatorResult row in input.
Deleted
)
232
result.
Deleted
.Add(Project(node, row, result.ElementType));
302
result.
Deleted
.AddRange(Evaluator.Filter(node.Predicate, input.
Deleted
, this));
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (3)
260
JoinDictionary leftDeletes = ProcessKeys(m_left.
Deleted
, m_leftKeySelectors);
262
JoinDictionary rightDeletes = ProcessKeys(m_right.
Deleted
, m_rightKeySelectors);
379
result.
Deleted
.Add(CreateResultTuple(leftDelete, rightDelete, result));
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (1)
110
Dictionary<CompositeKey, PropagatorResult> deleteResults = ProcessKeys(compiler, changeNode.
Deleted
, keys);
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
1086
changeNode.
Deleted
.Add(extractedStateEntry.Original);