2027 Method
Changes 5
M

Parameter.SetMultiple

Description:
Sets multiple parameters to new values.
Remarks:
This method is provided as a performance optimization. Note that it will throw an exception if any parameter would throw an exception, so validate ahead of time.
public static List<Parameter> SetMultiple(
	IList<Tuple<Parameter, ParameterValue>> values
)
Return Value List<Parameter> The list of parameters that were not set successfully, if any.