| BoF Property | |
| See Also |
Returns a Boolean value that indicates whether or not the current row is the first row in the result set (Beginning of File).
Read-only property
| Visual Basic |
|---|
Public Property BoF() As Boolean |
The property indicates if there is a record before the current record. If the property returns Yes, the current record is the first record of the table.
If both Bof and Eof properties return True, there are no records in the table.