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