You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$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.