CoreDb.Eof 方法 | |
Determine when end-of-file is encountered.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD Eof() AS LOGIC
查看代码返回值
类型:
BooleanTRUE when an attempt is made to move the record pointer beyond the last logical record in a
database file or if the current database file contains no records; otherwise, FALSE. If there is no
database file open in the current work area, CoreDbEOF() returns TRUE.
备注 This function is like EOF().
提示: |
---|
VoDbEof() and CoreDb.Eof() are aliases |
参见