AxdBase.getQuery Method [AX 2012]

Fetches the instance of the query that corresponds to the Axd document class.

Syntax

public Query getQuery()

Run On

Server

Return Value

Type: Query Class
The query that corresponds to the Axd document class.

Remarks

Query is a global variable on the AxdBase Class.

The getQuery method is only intended to be called from the following delegate classes:

See Also

AxdBase Class

Query Class

AxdBaseCreate Class

AxdBaseRead Class