AifQueryBuilder.initialize Method [AX 2012]

Initializes the query builder.

Syntax

public abstract void initialize()

Run On

Called

Remarks

This method is called by the query service for every query builder. The query builder must initialize the query object, returned by the getQuery method, and the query run object returned by the getQueryRun method.

If the query builder implements paging internally, the isPagingOverriden returns true, the query run object must be set to page according to the input paging parameters received through the setPaging method.

See Also

Reference

AifQueryBuilder Class