DbServer.Zap Method (Typed) | |
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.21
Syntax VIRTUAL METHOD Zap() AS LOGIC
public virtual bool Zap()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
This method requires exclusive access. |
Sends a NotifyFileChange message upon completion.
See Also