Description
Returns a Boolean value that specifies whether or not the result set has reached the last record.
Property type
Read-only property
Syntax
| Visual Basic |
|---|
Public Property EoF() As Boolean |
Return Type
Returns True when the result set has reached the last record.
See Also