2 references to 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);