AifQueryBuilder.setArgs Method [AX 2012]

Receives the arguments object passed by the Query Service caller.

Syntax

public void setArgs(AifQueryBuilderArgs _args)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

The _args parameter is not null.

Remarks

The default implemenation can be used by query builder without arguments.

If the query builder has arguments, this method must be overriden to save the incoming arguments object.

See Also

Reference

AifQueryBuilder Class