Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether to retrieve the first record from the query before the other records.
Syntax
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.
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.