Click or drag to resize

DataServer.Append Method

X#
Append a blank record to the end of this data server (the new record becomes the current position and is ready for assignment of data values).

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

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
Tip Tip
The details of the implementation of this method, as well as how it interacts with other operations (such as unique indexes and concurrency control), depend on the particular data server subclass.
See Also