DbServer.DeleteAll Method (Typed) | |
Delete all records of the table.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DeleteAll() AS LOGIC
public virtual bool DeleteAll()
Request Example
View SourceReturn 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.
See Also