Click or drag to resize

IClusterAddRecord Method

Add a given record at the end of the cluster.

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

Parameters

record
Type: Mavidian.DataConveyer.Entities.KeyValIRecord
Record to add, which must originate from the cluster or its ancestor.

Return Value

Type: Boolean
true if record successfully added, false if not (record rejected).
See Also