Hi there,
I wish to sort an entity collection by a date column, descending, but with null values at the top.
What is the easiest way to achieve this? In SQL I'd use a case statement in my ORDER BY clause.
I am using the adapter model with LLBLGen Pro 2.5.
Thanks for your time.
Cheers,
Andrew