DataObject.Merge Method | |
Merges exported member variables from another object into this instance.
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax VIRTUAL METHOD Merge(
oNewObject,
cMessagePrefix
) AS DataObject CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual DataObject Merge(
Usual oNewObject = default,
Usual cMessagePrefix = default
)
Request Example
View SourceParameters
- oNewObject (Optional)
- Type: Usual
DataObject to copy the member variables from. - cMessagePrefix (Optional)
- Type: Usual
Optional prefix that will be added to all fields in the DataObject.
Return Value
Type:
DataObjectThis method returns the DataObject (self).
See Also