Adds an ORDER BY clause to the query. The field is formatted using the FieldFormat.
emps.Query.AddOrderBy("LastName", WhereParameter.Dir.ASC)
emps.Query.AddOrderBy("FirstName", WhereParameter.Dir.ASC)
DynamicQuery Class | NCI.EasyObjects Namespace | DynamicQuery.AddOrderByFormat Overload List