Hi,

I am constructing a query with a criteria. I would like the results
ordered by ID:

.AddOrder(Order.Asc("b.Id"))

however, I'm fetch joining against another table and the association
(set mapping) has an order-by. The association on the order-by is
placed into the SQL query before the b.Id ordering. I want it to be
placed after the b.Id ordering.

Is this possible? I've tried moving the .AddOrder() prior to
a .SetFetchMode(), but it has no effect.


Thanks,
Richard

--

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.


Reply via email to