Share via


QueryRun.newmethod(Object) Method

Definition

Initializes a new instance of the Object class.

public:
 void newmethod(System::Object ^ _source);
public void newmethod (object _source);
override this.newmethod : obj -> unit
Public Sub newmethod (_source As Object)

Parameters

_source
Object

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.

Applies to