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