Click or drag to resize

DataServer.Delete Method

X#
Delete the current record in this data server.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Delete() AS USUAL
Request Example View Source

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
When executed successfully, this method sends a NotifyDelete message to this data server's clients.
Tip Tip
The details of the implementation of this method, and its requirements on concurrency control, depend on the particular data server subclass.
See Also