Share via


Query.new Method

Creates a query object.

Syntax

public void new([anytype source])

Run On

Called

Parameters

  • source
    Type: anytype
    The source on which to base the query object; optional.

Remarks

If no arguments are supplied when calling this method, a temporary query is created, and is not stored in the AOT for subsequent use.

See Also

Query Class

QueryRun.new Method