Functions.VoDbTransRec 方法 | |
Copy a single row from one work area to another.
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION VoDbTransRec(
nDest AS DWORD,
fldNames AS _FieldNames
) AS LOGIC
public static bool VoDbTransRec(
uint nDest,
_FieldNames fldNames
)
查看代码参数
- nDest
- 类型:UInt32
The work area number for the target Workarea. - fldNames
- 类型:_FieldNames
The field names to write specified as an _FieldNames object.
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
备注 提示: |
---|
VoDbTransRec() and CoreDb.TransRec() are aliases |
参见