CoreDb.Deleted 方法 | |
Return the deleted status of the current record.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD Deleted() AS LOGIC
public static bool Deleted()
查看代码返回值
类型:
BooleanTRUE 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 |
参见