Assigns one or more values to a parameter.
The parameter number is a Long whose value is between 1 and the total number of parameters. The value argument specifies the new value to add for the parameter.
A parameter may have multiple values. Use this method for each value to add. The interpretation of multiple values is controlled by the ComparisionOperator built into the query. For example, for multiple param values you make multiple calls to this method. The first argument (param_number) is incremented from 1-N and the method is called N times for N param values.
$resultset->AddParamValue(param_number, value);