3 references to Concat
System.Data.Entity (3)
System\Data\Mapping\StorageMappingItemLoader.cs (3)
1203
parameterList = Helper.
Concat
(parameterList, deleteFunctionMapping.ParameterBindings);
1207
parameterList = Helper.
Concat
(parameterList, insertFunctionMapping.ParameterBindings);
1211
parameterList = Helper.
Concat
(parameterList, updateFunctionMapping.ParameterBindings);