CoreDb.Deleted Method | |
Return the deleted status of the current record.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD Deleted() AS LOGIC
public static bool Deleted()
Request Example
View SourceReturn Value
Type:
LogicTRUE 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.
Remarks Tip |
---|
VoDbDelete() and CoreDb.Delete() are aliases |
See Also