Click or drag to resize

DbServer.RecallAll Method (Typed)

X#
Recall all deleted records in the table.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RecallAll() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE (although some records still might have been processed).
Remarks
Sends a NotifyIntentToMove message before the operation.
Sends a NotifyFileChange message upon completion.
On successful completion, the current record will be the last file record and DBServer:EOF will be TRUE.
See Also