int getParamIndex()
None.
Returns the index position of the associated UserStoredProcedureParam parameter.
None.
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.