Not sure what you mean tbh but.... Maybe a Multi-query? 1st query gets the count of rows (in case it changed between page interactions) the second to do the paging itself. Get the results, do some calculations from the 1st result to work out the index position the items from the second query would be....
Is this something like what you mean? Problem is two hits to the DB....but not sure there is another way round it. There's nothing I know of in NH that you can use to say "this is what I would have got without the SetFirst and SetMax conditions", which I think is what you're after....
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
