Click or drag to resize

DataObject.Merge Method

X#
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
Request Example View Source

Parameters

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: DataObject
This method returns the DataObject (self).
See Also