GetReverseRecordOrderCollection(Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Returns a collection that allows the caller to iterate over
this table in reverse numerical record order.
OASySDNA.RealTime.HighPerformanceDB.ReverseRecordOrderCollection GetReverseRecordOrderCollection(
int recordNumber
)
OASySDNA.RealTime.HighPerformanceDB.ReverseRecordOrderCollection^ GetReverseRecordOrderCollection(
int recordNumber
)
Parameters
- recordNumber
- Start collection from a particular record number.
Return Value
A record collection that can be iterated over.