LLBLGen Pro. Version: 2.6 Final (May 15th, 2009)
Hi,
I'm not quite sure how to sort an entity collection by an alias that have values derived from different colums based on condition.
So I'm trying to do something like this in llbl.
SELECT CustomerName, COALESCE(BillingAddress, HomeAddress) AS Address
FROM CUSTOMERS
ORDER BY Address
Can it be done during the fetch call?
Thank you.