SyntaxFix
Write A Post
Hire A Developer
Questions
I was trying to find a LINQ solution to this but couldn't work it out from the answers here.
My final answer was:
.OrderByDescending(p => p.LowestPrice.HasValue).ThenBy(p => p.LowestPrice)