点击或拖拽改变大小

Functions.VoDbTransRec 方法

X#
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
查看代码

参数

nDest
类型:UInt32
The work area number for the target Workarea.
fldNames
类型:_FieldNames
The field names to write specified as an _FieldNames object.

返回值

类型:Boolean
TRUE if successful; otherwise, FALSE.
备注
提示 提示:
VoDbTransRec() and CoreDb.TransRec() are aliases
参见