Share via


Query.newmethod Method

Definition

Overloads

newmethod(Object)
newmethod()

Creates a query object.

newmethod(Object)

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

The source to base the query object on; optional.

Applies to

newmethod()

Creates a query object.

protected:
 override void newmethod();
protected override void newmethod ();
override this.newmethod : unit -> unit
Protected Overrides Sub newmethod ()

Remarks

If no arguments are supplied when this method is called, a temporary query is created that is not stored in the Finance and Operations Application Object Tree (AOT) for subsequent use.

Applies to