Hello,
I am using LLBLGen 2.6 with adapter templates.
I am trying to set the order by or sort expression of linq query dynamically at run-time, on the server side, so that the query issues different 'order by' statements on the database query?
This is pretty straight forward using the standard LLBL api syntax, but can it be done using linq syntax?
Any insight would be appreciated?
Thanks.
Can1