Adds an ORDER BY clause to the query using COUNT(*). Used with Query.CountAll set to true. Derived classes implement this, like SqlServerDynamicQuery and OracleDynamicQuery to account for differences in DBMS systems.
emps.Query.AddOrderBy(emps.Query, WhereParameter.Dir.ASC)
DynamicQuery Class | NCI.EasyObjects Namespace | DynamicQuery.AddOrderBy Overload List