Retrieves the index position of this stored-procedure parameter.
Syntax
int getParamIndex()
Parameters
None.
Return values
Returns the index position of the associated UserStoredProcedureParam parameter.
Exceptions
None.
Notes
The index position of a stored-procedure parameter is its position in the parameter list of the stored-procedure declaration. The first parameter has an index position of one (1). The index position does not refer to literal parameters that might be supplied to the stored procedure.
See also