Parameter.SetMultiple
Description:
Sets multiple parameters to new values.
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.
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
)
-
valuesA list of pairs of parameters and their corresponding values.
-
The parameter is read-only.
-
Value must be a finite number.