LLBLGenDataSource - SortExpression

Posts   
 
    
Wally
User
Posts: 285
Joined: 29-Aug-2007
# Posted on: 09-Jan-2008 14:48:50   

Hello,

What is the best place to add a SortExpression when using a LLBLGenDataSource ?

At the meantime, I used SelectParameters actually. But I would like to know what is the best place to hook to the DataSource to add a filter to it in code ?

(Note: Using latest versions of LLBLGen)

Wally
User
Posts: 285
Joined: 29-Aug-2007
# Posted on: 09-Jan-2008 15:08:22   

I think I found my answer. In performSelect event.

Thanks!