Icon ParamCount Property

property ParamCount: Integer

Usage

Use the ParamCount property to determine how many parameters are in the Params property. If the ParamCheck 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