Note | This command is defined in a header file and will be preprocessed by the X# preprocessor to a function call. If you disable the standard header (-nostddefs) files then this command will not be available. If you tell the compiler to use a different standard header file (-stddef ) then this command may also be not available |
Change the setting that determines whether to ignore or include records that are marked for deletion.
SET DELETED ON | OFF | (<lToggle>)
ON | Specifies that commands that operate on records, including records in related tables, using a scope ignore records that are marked for deletion |
OFF | Specifies that commands that operate on records, including records in related tables, using a scope can access records marked for deletion. (Default) |
lToggle | A logical expression which must appear in parentheses. True is equivalent to ON, False to OFF |
SET DELETED is functionally equivalent to SetDeleted().
XSharp.RT.DLL
DELETE, DbSetFilter(), Deleted(), RECALL, SET FILTER, SetDeleted()