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