Skip to content

OrderByDescending works for multiple elements

Compare
Choose a tag to compare
@cskardon cskardon released this 22 Jan 08:37
· 220 commits to master since this release

Previously doing .OrderByDescending("x", "y") would generate ORDER BY x y DESC
Now it will generate ORDER BY x DESC y DESC