Hello,
.NET Query Order(string order) method has the following description about its Parameters
Type: System.String
Name: order
Description: Columns and direction to order by. Can be specified as individual names or a string of comma separated names. The 'asc' and 'desc' for each column (as in SQL) is optional.
I don't understand how to write the parameters. So far only Order ("par") works. Is there any way to include 'asc' or 'desc'?
Could you provide a example to list parameters as "individual names " and a separate example as "a string of comma separated names" please ?
Thank you,
YL