Share via


QueryBuildDataSource.firstFast Method

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

Syntax

public boolean firstFast([boolean value])

Run On

Called

Parameters

Return Value

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

Remarks

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.

See Also

Reference

QueryBuildDataSource Class