Array of parameters to be passed to the stored procedure.
Return Value
The value that function returns.
Remarks
Parameters in parameters array must be positioned in the order in which they were declared in stored procedure declaration. If number of parameters passed to stored procedure through this method is greater than number of formal parameters unnecessary parameters will be ignored. If number of parameters is less than number of formal parameters missing parameters values will be NULL. If stored procedure of function with the specified name does not exist an exception will be thrown.