column count of given query
query.columnCount( )
Returns: Number
This function does not take any arguments.
myquery = queryNew("id,name,address,phone"); writeoutput("The column count is: "&myquery.columncount());