2 instantiations of FunctionUpdateCommand
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (2)
118
command = new
FunctionUpdateCommand
(functionMapping, translator, stateEntries.ToList().AsReadOnly(), stateEntry);
318
FunctionUpdateCommand command = new
FunctionUpdateCommand
(functionMapping, translator, new [] { stateEntry.Source }.ToList().AsReadOnly(), stateEntry);
9 references to FunctionUpdateCommand
System.Data.Entity (9)
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (6)
35
internal abstract
FunctionUpdateCommand
Translate(
76
internal override
FunctionUpdateCommand
Translate(
104
FunctionUpdateCommand
command;
227
private void BindFunctionParameters(UpdateTranslator translator, ExtractedStateEntry stateEntry, StorageModificationFunctionMapping functionMapping,
FunctionUpdateCommand
command, Dictionary<AssociationEndMember, IEntityStateEntry> currentReferenceEnds, Dictionary<AssociationEndMember, IEntityStateEntry> originalReferenceEnds)
303
internal override
FunctionUpdateCommand
Translate(
318
FunctionUpdateCommand
command = new FunctionUpdateCommand(functionMapping, translator, new [] { stateEntry.Source }.ToList().AsReadOnly(), stateEntry);
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (2)
365
FunctionUpdateCommand
other = (
FunctionUpdateCommand
)otherCommand;
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
727
FunctionUpdateCommand
command = translator.Translate(this, stateEntry);