GetEnumerator Method (RecordOrderCollection)
- Last UpdatedApr 08, 2026
- 1 minute read
Retrieves the enumerator related to this collection.
public override BaseRecordOrderCollectionEnumerator GetEnumerator()
public:
BaseRecordOrderCollectionEnumerator^ GetEnumerator(); override
Return Value
The related enumerator.
The returned OASySDNA.RealTime.HighPerformanceSetDB.BaseRecordOrderCollectionEnumerator object should be downcast to a RecordOrderCollection.Enumerator to access the correct versions of the methods and properties. Each iteration returns the same OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord object, where the object will rebind to a new record number each iteration. As a consequence, disposing of the OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord object will cause future iterations to fail.