Click or drag to resize

IClusterGetRecord Method

Return a record at a specified index position.

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

Parameters

index
Type: SystemInt32
Position of record to get (0-based).

Return Value

Type: IRecord
Record at a given index or null if index out of range.
See Also