Hi All,
I would like to know if its possible to order by a specific ID in subsonic 2.1. Same as regular sql query:
ORDER BY
CASE
WHEN ID = 5 then 1
WHEN ID = 10 then 2
WHEN ID = 1 then 3
WHEN ID = then 4
else 5
END
I hope someone can help me, I want this functionality for country specific content.
Kind regards, Mark