GetKeyOrderRecordCollection(RealTimeField,Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a collection to iterate over all of the records within this table, based on the order of a particular key field, starting from the specified recordNumber.
public KeyOrderRecordCollection GetKeyOrderRecordCollection(
RealTimeField keyField,
int recordNumber
)
public:
KeyOrderRecordCollection^ GetKeyOrderRecordCollection(
RealTimeField^ keyField,
int recordNumber
)
Parameters
- keyField
- The key OASySDNA.RealTime.HighPerformanceSetDB.RealTimeField field to use as an index to follow.
- recordNumber
- The record number to start from.
Return Value
A KeyOrderRecordCollection that can be iterated over.