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