Click or drag to resize

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
Syntax
bool RemoveRecord(
	int index
)

Parameters

index
Type: SystemInt32
Position of the record to remove (0-based)

Return Value

Type: Boolean
true if removed, false if not (index out of range).
See Also