I have dynamic linq query with OrderBy. ... .AsQueryable().OrderBy("FullName", asc)
...After sorting by FullName, I need to sort by status (something like ThenBy()). Status may have vales e.g. "A", "B", "C", "D"
But I need to sort in following sequence "B...