GetReverseKeyOrderRecordCollection(RealTimeField,Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Returns a collection that allows the caller to iterate over
all of the records within this table, based on the order of
a particular key field.
public virtual OASySDNA.RealTime.HighPerformanceDB.ReverseKeyOrderRecordCollection GetReverseKeyOrderRecordCollection(
RealTimeField keyField,
int recordNumber
)
public:
virtual OASySDNA.RealTime.HighPerformanceDB.ReverseKeyOrderRecordCollection^ GetReverseKeyOrderRecordCollection(
RealTimeField^ keyField,
int recordNumber
)
Parameters
- keyField
- The key field to use as an index to follow
- recordNumber
- Start collection from a particular record number.
Return Value
A record collection that can be iterated over