Click or drag to resize

DbServer.Zap Method (Typed)

X#
Permanently remove all records from the server and release the disk space.

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

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
Tip Tip
This method requires exclusive access.
Sends a NotifyFileChange message upon completion.
See Also