  | IClusterObtainEmptyRecord Method  | 
 
            Return an empty record (template) that is suitable to be contained in the current cluster.
            
  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
SyntaxIRecord ObtainEmptyRecord()
Function ObtainEmptyRecord As IRecord
Return Value
Type: 
IRecordAn empty record that matches characteristics of current cluster.
See Also