antoniop
committed
on 27 Apr 15
Added template::list::get_rowcount which will get the total number of records contained into template::list.
Before this information was not… Show more
Added template::list::get_rowcount which will get the total number of records contained into template::list.

Before this information was not accessible, because existing count procs would stop at number_of_pages * rows_per_page.

For reference, see proc documentation.

Show less