AxdTaxGroups.getQueryName Method [AX 2012]

Gets the name of the query that will be used.

Syntax

public QueryName getQueryName()

Run On

Server

Return Value

Type: QueryName Extended Data Type
The query that corresponds to the Axd document.

Remarks

The getQueryName method is implemented in the AxdBase class. The method must be overridden by the document class if the corresponding query does not have the same name as the document class itself. For example, the AxdSalesOrder query corresponds to the AxdSalesOrder document class.

See Also

Reference

AxdTaxGroups Class