Click or drag to resize

VoDbJoinAppend Function

X#
Write values to destination Workarea in a JOIN operation

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION VoDbJoinAppend(
	nSelect AS DWORD,
	struList AS _JoinList
) AS LOGIC
Request Example View Source

Parameters

nSelect
Type: DWord
struList
Type: _JoinList

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also