Icon ParamCount Property

property ParamCount: Word

Usage

Use the ParamCount property to determine how many parameters are in the Params property. If the Params property is True, the ParamCount property always corresponds to the number of actual parameters in the SQL statement specified in the SQL property.

Information An application can add or delete parameters to the Params property. Such additions and deletions are automatically reflected in ParamCount.
Image