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