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