String getParamName()
None.
Returns the name of the parameter from the associated UserStoredProcedureParam object.
None.
The name of the parameter is informational only. It is used only for error messages and debugging. The parameter name is not needed to access the stored-procedure parameter because stored procedures are accessed by their index position in the stored-procedure declaration.