📚 SAP Business One SDK Help

EoF Property
See Also 

Description

Returns a Boolean value that indicates whether or not the current row is the last row in the result set (End of File).

Property type

Read-only property

Syntax

Visual Basic
Public Property EoF() As Boolean

Remarks

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.

See Also