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