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