Constructs a new instance of UserStoredProcedureParam that holds argument information for the parameter of a stored procedure.
UserStoredProcedureParam(int paramIndex, String paramType, Object paramValue, String ParamIOType, String paramName)
Returns a new UserStoredProcedureParam object to hold the argument information for the argument at position argIndex in the declaration of the stored procedure.
DtpConnectionException - If a parameter is invalid.