RecordCount - The total number of records returned by the query. |
CurrentRow - The current row of the query being processed by CFOUTPUT. |
ColumnList - Returns a comma-delimited list of the query columns. |
<CFOUTPUT> |
The search returned information on #CustomerList.RecordCount# customers.<BR> |
Columns queried were #CustomerList.ColumnList#. |
</CFOUTPUT> |
(Note that this assumes the previous query is to be used.) |