Click or drag to resize

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
IRecord GetClone()

Return Value

Type: IRecord
A clone of the current record.
See Also