| IUntypedRecordGetClone Method |
Return a copy (deep clone) of current record.
The cloned record will have the same characteristics (e.g. RecNo and also TraceBin and PropertyBin) as the current record.
Namespace:
Mavidian.DataConveyer.Entities.KeyVal
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax IUntypedRecord GetClone()
Function GetClone As IUntypedRecord
Return Value
Type:
IUntypedRecordA clone of the current record
See Also