Click or drag to resize

IClusterObtainEmptyRecord Method

Return an empty record (template) that is suitable to be contained in the current cluster.
Caution note Caution
This method should only be used in case of an empty cluster, such as a head cluster. Otherwise, one of the records contained in the cluster should be cloned instead.

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

Return Value

Type: IRecord
An empty record that matches characteristics of current cluster.
See Also