1 write to m_translator
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (1)
40
m_translator
= translator;
18 references to m_translator
System.Data.Entity (18)
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (7)
106
Set<CompositeKey> keys = new Set<CompositeKey>(compiler.
m_translator
.KeyComparer);
159
deleteResult, compiler.
m_translator
, m_table));
164
insertResult, compiler.
m_translator
, m_table));
182
compiler.
m_translator
.KeyComparer);
208
KeyManager keyManager = compiler.
m_translator
.KeyManager;
227
var stateEntries = SourceInterpreter.GetAllStateEntries(change, compiler.
m_translator
, m_table)
228
.Concat(SourceInterpreter.GetAllStateEntries(other, compiler.
m_translator
, m_table));
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (11)
65
DbDeleteCommandTree commandTree = new DbDeleteCommandTree(
m_translator
.MetadataWorkspace, DataSpace.SSpace, target, predicate);
69
UpdateCommand command = new DynamicUpdateCommand(processor,
m_translator
, ModificationOperator.Delete, oldRow, null, commandTree, null);
109
oldRow,
m_translator
, processor.Table));
111
newRow,
m_translator
, processor.Table));
128
new DbUpdateCommandTree(
m_translator
.MetadataWorkspace, DataSpace.SSpace, target, predicate, setClauses.AsReadOnly(), returning);
131
UpdateCommand command = new DynamicUpdateCommand(processor,
m_translator
, ModificationOperator.Update, oldRow, newRow, commandTree, outputIdentifiers);
160
new DbInsertCommandTree(
m_translator
.MetadataWorkspace, DataSpace.SSpace, target, setClauses.AsReadOnly(), returning);
163
UpdateCommand command = new DynamicUpdateCommand(processor,
m_translator
, ModificationOperator.Insert, null, newRow, commandTree, outputIdentifiers);
212
m_translator
.KeyManager.GetPrincipalValue(propertyResult));
258
if (
m_translator
.KeyManager.HasPrincipals(identifier))
444
object principalValue =
m_translator
.KeyManager.GetPrincipalValue(value);