DataServer.Append Method (Typed) | |
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
public virtual bool Append(
bool lReleaseLocks
)
Request Example
View SourceParameters
- lReleaseLocks
- Type: Logic
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
Remarks 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