Adds an ORDER BY clause to the query using the FieldName of the SchemaItem. If you want to order the data by two columns you will need to call this method twice.
The default sort order is ascending.
emps.Query.AddOrderBy(EmployeesSchema.LastName) emps.Query.AddOrderBy(EmployeesSchema.FirstName)
DynamicQuery Class | NCI.EasyObjects Namespace | DynamicQuery.AddOrderBy Overload List