DataObject.Merge 方法 | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual DataObject Merge(
__Usual oNewObject = default,
__Usual cMessagePrefix = default
)
查看代码参数
- 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.
返回值
类型:
DataObjectThis method returns the DataObject (self).
参见