DataServer.Delete Method (Typed) | |
Delete the current record in this data server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Delete() AS LOGIC CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual bool Delete()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
Remarks
When executed successfully, this method sends a NotifyDelete message to this data server's clients.
Tip |
---|
The details of the implementation of this method, and its requirements on concurrency control, depend on the particular data server subclass. |
See Also