SQLSelect.EoF Property | |
A logical value indicating whether the server is positioned at the end of the result set, after the last row.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY EoF AS USUAL GET
public override Usual EoF { get; }
Request Example
View SourceProperty Value
Type:
UsualA logical value indicating whether the server is positioned at the end of the result set, after the last row.
Remarks
A logical value indicating whether the server is positioned at the end of the result set, after the last row.
It returns TRUE after an attempt to move forward beyond the last logical row; otherwise, it returns FALSE. If the current result set contains no rows, BOF returns TRUE.
See Also