Returns the number of parameters in this query.
This method returns 0 if the query is not a parameterized query. Parameters, like columns, are indexed from 1 through N, not 0 through N-1.
VBScript
resultset.GetNumberOfParams
Perl
$resultset->GetNumberOfParams();