LinqToQuerystring
LinqToQuerystring copied to clipboard
orderby more than one property
$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.
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 ?