| 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
)
Function GetRecord (
index As Integer
) As IRecord
Parameters
- index
- Type: SystemInt32
Position of record to get (0-based).
Return Value
Type:
IRecordRecord at a given index or null if index out of range.
See Also