Query.new Method [AX 2012]

Creates a query object.

public void new([anytype source])

Run On

Called

Parameters

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

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

Community Additions

ADD
Show: