13 references to Inserted
System.Data.Entity (13)
System\Data\Mapping\Update\Internal\Propagator.cs (8)
187
result.
Inserted
.AddRange(left.
Inserted
);
188
result.
Inserted
.AddRange(right.
Inserted
);
224
foreach(PropagatorResult row in input.
Inserted
)
226
result.
Inserted
.Add(Project(node, row, result.ElementType));
299
result.
Inserted
.AddRange(Evaluator.Filter(node.Predicate, input.
Inserted
, this));
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (3)
261
JoinDictionary leftInserts = ProcessKeys(m_left.
Inserted
, m_leftKeySelectors);
263
JoinDictionary rightInserts = ProcessKeys(m_right.
Inserted
, m_rightKeySelectors);
375
result.
Inserted
.Add(CreateResultTuple(leftInsert, rightInsert, result));
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (1)
111
Dictionary<CompositeKey, PropagatorResult> insertResults = ProcessKeys(compiler, changeNode.
Inserted
, keys);
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
1090
changeNode.
Inserted
.Add(extractedStateEntry.Current);