Click or drag to resize

DataServer.Append Method (Typed)

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:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Append(
	lReleaseLocks AS LOGIC
) AS LOGIC
Request Example View Source

Parameters

lReleaseLocks
Type: Logic

Return Value

Type: Logic
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