IDalCommand.NextParamsRow

Syntax

NextParamsRow;

Description

The NextParamsRow method saves the current set of parameters and moves to the next one.

Comments

The maximum number of sets is set in the MaxParamsRows property. After moving to the next set, the parameter values can be determined in the Params property. Initially, the cursor is put on the first set of parameters that is why the number of transitions by means of the NextParamsRow method must be one transition less than the number of populated sets.

Example

The example of use is given in description of the IDalCommand.MaxParamsRows property.

See also:

IDalCommand