How to specify a lazy-loaded collection should be sorted in NHibernate?
Is there a way to specify an order-by clause in my config XML to instruct nHibernate to lazy-load a collection property sorted by a particular property of the collection members?