Is there any simple way to add a row number column to the result of a query using ICriteria? Don't see any projections that do this. I suppose I could use SqlProjection, but I'd rather not, especially since order-bys will be dynamic in this case. If course I could add it in memory after the query returns, but I'd rather not do that either.
-- 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.
