GetRecordOrderCollection(Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a collection to iterate over the records within this table in numerical record order, starting from the specified recordNumber.
public RecordOrderCollection GetRecordOrderCollection(
int recordNumber
)
public:
RecordOrderCollection^ GetRecordOrderCollection(
int recordNumber
)
Parameters
- recordNumber
- The record number to start from.
Return Value
A RecordOrderCollection that can be iterated over.