I am trying to sort (ORDER BY ) a subsonic DAL collection
New templateController.FetchAll().OrderByDesc("Name")
But it is not sorting. Am I missing something?
I am trying to sort (ORDER BY ) a subsonic DAL collection
New templateController.FetchAll().OrderByDesc("Name")
But it is not sorting. Am I missing something?
Used this as a solution