BBjStoredProcedureData::getParameter
Description
In BBj 6.0 and higher, this method returns the value of the specified parameter.
Syntax
Return Value |
Method |
object |
getParameter(string p_paramName) |
Parameters
Variable |
Description |
p_paramName |
The parameter name. |
Return Values
Returns the value of the parameter named p_paramName from the stored procedure.
Remarks
This method throws an !ERROR=17 (ARG_ERR) if p_paramName is not a valid parameter.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.