<Code Lib>
2026 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> List Parameter

Loading…