点击或拖拽改变大小

CoreDb.Deleted 方法

X#
Return the deleted status of the current record.

命名空间:  XSharp
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 STATIC METHOD Deleted() AS LOGIC
查看代码

返回值

类型:Boolean
TRUE if the current record is marked for deletion; otherwise, FALSE. If there is no database file in use in the current work area, CoreDbDeleted() returns FALSE.
备注
提示 提示:
VoDbDelete() and CoreDb.Delete() are aliases
参见