GetSetRecordOrderCollection(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.
public SetRecordOrderCollection GetSetRecordOrderCollection(
int recordNumber
)
public:
SetRecordOrderCollection^ GetSetRecordOrderCollection(
int recordNumber
)
Parameters
- recordNumber
- The record number from which the collection starts.
Return Value
A record collection that can be iterated over.