Can someone shoot me an example of how to set the orderByFields property of a query? I've been playing around with a bunch of different syntaxes and none of them are working.
{ "VALUE_SEQ", Enums.OrderByFieldsAscending }
{ ["VALUE_SEQ", Enums.OrderByFieldsAscending] }
[ "VALUE_SEQ", Enums.OrderByFieldsAscending ]
e.t.c.
I don't see any examples of this in the QML Sample App either so any help would be greatly appreciated. Thanks ...