GetKeyOrderRecordCollection(RealTimeField) 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.
public KeyOrderRecordCollection GetKeyOrderRecordCollection(
RealTimeField keyField
)
public:
KeyOrderRecordCollection^ GetKeyOrderRecordCollection(
RealTimeField^ keyField
)
Parameters
- keyField
- The key OASySDNA.RealTime.HighPerformanceSetDB.RealTimeField field to use as an index to follow.
Return Value
A KeyOrderRecordCollection that can be iterated over.