| IRecordGetClone Method |
Return a copy (deep clone) of the 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 Function GetClone As IRecord
Return Value
Type:
IRecordA clone of the current record.
See Also