QueryBuildDataSource.firstFast Method [AX 2012]

Determines whether to retrieve the first record from the query before the other records.

public boolean firstFast([boolean value])

Run On

Called

Parameters

value
Type: boolean

Return Value

Type: boolean
true if the first record is retrieved first; otherwise, false.

The firstFast property enables some database systems to optimize record retrieval, which improves performance. If the database does not support this property, it is ignored.

Community Additions

ADD
Show: