LinqToQuerystring icon indicating copy to clipboard operation
LinqToQuerystring copied to clipboard

orderby more than one property

Open felipedrumond opened this issue 5 years ago • 1 comments

$orderby=Property1 desc,Property2 asc returns an ordered list by Property1 but ignores Property2 even though all items has the same value for Property1

Is there a way to order by multiple properties? I also noticed that using [Property1] throws an exception.

felipedrumond avatar Aug 12 '19 05:08 felipedrumond

hi, we are facing same problem. multiple column sort query generating ef query with only the first column rest of the orderby columns ignored. anyone got this working ?

krishnasingh1818 avatar Apr 08 '20 16:04 krishnasingh1818