What is the best way to retrieve the list of Orders added to an ICriteria object using the AddOrder method? I believe this will have to be accomplished using Reflection, but what to reflect on?
The purpose of doing this is that I would like to pass the sort order back to the UI so an indication of the sort order can be provided to the user.