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 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.

Example

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

See also:

IDalCommandEx