I've searched the forum and documentation but I can't find an answer to this.
Is there any way to set a default ordering for collection properties (in self-servicing code)? For example a way of saying that the Customer.Orders collection should by default always be ordered by Order.Date?
At the moment I'm using SetCollectionParametersOrders to set the ordering, but often the collection will have already been populated using the arbitrary order returned by the database query, meaning I have to refetch the collection.