📚 SAP Business One SDK Help

BoF Property
See Also 

Description

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

Property type

Read-only property

Syntax

Visual Basic
Public Property BoF() As Boolean

Remarks

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.

See Also