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