Register a result set variable for a stored procedure.
<bx:ProcResult name=[string]
resultSet=[integer]
maxRows=[integer] />
Atrribute | Type | Required | Description | Default |
---|---|---|---|---|
name |
string |
true |
The variable name to place the result set in. | |
resultSet |
integer |
false |
The index of the resultset to access. Required if there is more than one ProcResult component. | |
maxRows |
integer |
false |
The maximum number of rows to fetch per resultset. | -1 |
<bx:ProcResult name=[string]
resultSet=[integer]
maxRows=[integer] />