IDalCommandEx.ClearParamSets

Syntax

ClearParamSets;

Description

The ClearParamSets method clears the counter of used sets of parameter values.

Comments

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.

Example

The example of use is given in description of the ExecuteEx method.

See also:

IDalCommandEx