Click or drag to resize

IUntypedRecordGetEmptyClone Method

Return an empty record (i.e. record with no items) with the same characteristics (e.g. RecNo and also TraceBin and PropertyBin) as the current record.

Caution note Caution
GetEmptyClone method typically requires AllowTransformToAlterFields setting to be true (to allow field additions). Otherwise (i.e. when AllowTransformToAlterFields is false, which is a default value), the record returned by this method is unmaintainable, i.e. it will remain empty forever.

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
IUntypedRecord GetEmptyClone()

Return Value

Type: IUntypedRecord
An empty record (with no items).
See Also