Share via


TaxWithholdSlipController_TH.initQuery Method [AX 2012]

Initializes and adds ranges to the query.

Syntax

public Query initQuery(Query _query)

Run On

Called

Parameters

  • _query
    Type: Query Class
    The Query object for manipulation.

Return Value

Type: Query Class
The Query object after ranges have been added.

See Also

Reference

TaxWithholdSlipController_TH Class