ReverseKeyOrderRecordCollection Class
- Last UpdatedApr 08, 2026
- 1 minute read
A class that enables iteration through
a collection of a RealTime database (RTDB) table's records based on the
specified key field. The iteration proceeds in the decreasing order of the key
value within the table. When the key value for the successive
records is the same,
the records will be returned in the decreasing order of
the record numbers within the table.
public class ReverseKeyOrderRecordCollection : OASySDNA.RealTime.HighPerformanceSetDB.ReverseKeyOrderBaseRecordCollection
public ref class ReverseKeyOrderRecordCollection : public OASySDNA.RealTime.HighPerformanceSetDB.ReverseKeyOrderBaseRecordCollection
System.Object
OASySDNA.RealTime.HighPerformanceSetDB.ReverseKeyOrderBaseRecordCollection
OASySDNA.RealTime.HighPerformanceDB.ReverseKeyOrderRecordCollection