Icon ParamCount Property

property ParamCount: Integer

Usage

Use the ParamCount property to determine how many parameters are in the Params property. If the Prepared property is True, the ParamCount property always corresponds to the number of actual parameters in the procedure/function specified in the StoredProcName property.
Image