ClearParamSets;
The ClearParamSets method clears the counter of used sets of parameter values.
When this method is called, the IDalCommand.CurrentParamsRow property is set to zero. After this the value sets can be changed and the command can be executed again. To navigate between sets, use the IDalCommand.NextParamsRow or IDalCommandEx.SetCurrentParamsRow method.
The example of use is given in description of the ExecuteEx method.
See also: