  | IClusterRemoveRecord Method  | 
 
            Remove record at a specified index position from the cluster.
            
 
    Namespace: 
   Mavidian.DataConveyer.Entities.KeyVal
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntaxbool RemoveRecord(
	int index
)
Function RemoveRecord ( 
	index As Integer
) As Boolean
Parameters
- index
 - Type: SystemInt32
Position of the record to remove (0-based) 
Return Value
Type: 
Booleantrue if removed, false if not (index out of range).
See Also