KeyOrderRecordCollection 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 increasing 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 increasing order of
the record numbers within the table.
public class KeyOrderRecordCollection : OASySDNA.RealTime.HighPerformanceSetDB.KeyOrderBaseRecordCollection
public ref class KeyOrderRecordCollection : public OASySDNA.RealTime.HighPerformanceSetDB.KeyOrderBaseRecordCollection
System.Object
OASySDNA.RealTime.HighPerformanceSetDB.KeyOrderBaseRecordCollection
OASySDNA.RealTime.HighPerformanceDB.KeyOrderRecordCollection