Retrieves the name of this stored-procedure parameter.
Syntax
String getParamName()
Parameters
None.
Return values
Returns the name of the parameter from the associated UserStoredProcedureParam object.
Exceptions
None.
Notes
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.
See also