c-treeDB API for C# - Developers Guide
CTRecord.Last
Syntax
bool Last ( )
Parameters
This method has no parameters.
Description
Moves to the last record in the table.
Return
Last returns true if the record is found, false otherwise.
See Also
Find(), First(), Next(), Prev()