Login Skip Navigation LinksWilsonORMapper > Forums Search
Demo Version Demo Version
Download and try for yourself a fully working demo version, including sample apps and documentation.  The only limitation is that the demo version only works inside the debugger.

PayPal Subscribe
Get It All for $50 USD:
WebPortal, ORMapper,
Source Code, All Updates
PayPal

User Login User Login
Log In
 
 
Reset Password

Wilson ORMapper Forums Wilson ORMapper Forums : OPath Queries : For gods' sake!!

Date Post
9/26/2006 9:08:56 AM I need to do paging and sorting given an OPath query? How?
10/2/2006 6:45:35 AM

Sorting can be done by specifying the sort expression when building the query.  Paging is not currently supported.  This is something I have spent a lot of time working on but have not gotten the code to a point where it is ready for release.  Perhaps things will calm down a bit at work over fall/winter and I can invest more time into tackling this issue.  Until then your best option is to either use an ObjectQuery with the QueryHelper to build the paging query manually or get the generated sql by compiling the OPathQuery and do some string parsing to build a paging version.

- Jeff Lanning