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