Share via


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.

See Also

Reference

SysQuery Class