<cfprocresult>
Specifies a result set name that other tags, such as cfoutput and cftable, use to access the result set.
It also lets you optionally identify which of the stored procedure's result sets to return.
The cfprocresult tag is nested within a cfstoredproc tag.
This tag cannot have a body.
This tag is also supported within <cfscript>
<cfprocresult
name=string
resultset=number
maxrows=number
>
Examples
There are currently no examples for this tag.
See also
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)