GetNumberOfParams

Description

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.

Syntax

VBScript


resultset.GetNumberOfParams 

Perl


$resultset->GetNumberOfParams(); 
Identifier
Description
resultset
A ResultSet object, representing the rows and columns of data resulting from a query.
Return value
A Long indicating the number of parameters in the query.