CoreDb.JoinAppend Method | |
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
public static bool JoinAppend(
uint nSelect,
_JoinList struList
)
Request Example
View SourceParameters
- nSelect
- Type: DWord
- struList
- Type: _JoinList
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
See Also