Click or drag to resize

CoreDb.JoinAppend Method

X#
Write values to destination Workarea in a JOIN operation

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD JoinAppend(
	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