点击或拖拽改变大小

DataObject.Merge 方法

X#
Merges exported member variables from another object into this instance.

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD Merge(
	oNewObject,
	cMessagePrefix
) AS DataObject CLIPPER
查看代码

参数

oNewObject (Optional)
类型:__Usual
DataObject to copy the member variables from.
cMessagePrefix (Optional)
类型:__Usual
Optional prefix that will be added to all fields in the DataObject.

返回值

类型:DataObject
This method returns the DataObject (self).
参见