Share via


QueryRun.new Method

Initializes a new instance of the Object class.

Syntax

public void new(anytype source)

Run On

Called

Parameters

Remarks

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.

See Also

Reference

QueryRun Class