Sorting entity collection on more than one column

Posts   
 
    
Ofer avatar
Ofer
User
Posts: 1
Joined: 17-Jun-2005
# Posted on: 11-Nov-2005 13:21:51   

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.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 11-Nov-2005 14:48:25   

You can use the same sort expression (sort clauses) in the FetchEntityCollection as well as FetchTypedList & FetchTypedView

Please refer to the LLBLGen Pro Reference Manual.