Click or drag to resize

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

Return Value

Type: IUntypedRecord
A clone of the current record
See Also