-
Notifications
You must be signed in to change notification settings - Fork 3
OrderBy Element
David Lidström edited this page Oct 27, 2017
·
2 revisions
Home » QuerySchema » OrderBy Element
The <GroupBy>
element is created by adding an ORDER BY clause to the SQL Query.
ORDER BY Field1, Field2 DESC
would give:
<OrderBy>
<FieldRef Name="Field1" />
<FieldRef Name="Field2" Ascending="FALSE" />
</OrderBy>
Read more: OrderBy element (Query) on MSDN.
- Implemented in: 0.0.1