Query.newObject Method

Creates a query that exists on the same Client/Server side as the source query.

Syntax

public Query newObject(anytype source)

Run On

Called

Parameters

  • source
    Type: anytype
    The source query.

Return Value

Type: Query Class
The new query.

See Also

Query Class

Query.new Method