We have written a business layer which interfaces with LLBLGEN. The business service returns to an asp.net web service an entity collection. The web service, then, sends the entity collection as XML to the web application.
We have a requirement for some tables to be sorted by than one field. However, we do not want to use sort expression on typedlist or typedview. Could someone please let me know if this is possible? Any guidance will be highly appreciated.