Functions.VoDbJoinAppend 方法 | |
Write values to destination Workarea in a JOIN operation
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION VoDbJoinAppend(
nSelect AS DWORD,
struList AS _JoinList
) AS LOGIC
public static bool VoDbJoinAppend(
uint nSelect,
_JoinList struList
)
查看代码参数
- nSelect
- 类型:UInt32
- struList
- 类型:_JoinList
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
参见