When using skip and take to page data, how can I get the total record count without a separate query
- by Keith Myers
I don't see how this is possible, but I really, really hate to run my query an extra time just to get the record count so I can build a pager. When I say a "pager" I simply mean the common gizmo with a link for each 10 records for example.