SysQuery::addIndexToOrderBy Method [AX 2012]
Adds the fields of an index to the order by list of a QueryBuildDataSource Class object.
Syntax
client server public static void addIndexToOrderBy(str indexName, QueryBuildDataSource qbds)
Run On
Called
Parameters
- indexName
Type: str
The index name.
- qbds
Type: QueryBuildDataSource Class
The QueryBuildDataSource object.