QueryRun.new Method [AX 2012]

Initializes a new instance of the Object class.

public void new(anytype source)

Run On

Called

Parameters

source
Type: anytype

When you pass an instance of the Query class into this constructor of the QueryRun class, a copy of the Query object is created. Changes that are made to this copy of the Query object do not affect the original Query object.

Community Additions

ADD
Show: