GetEnumerator Method (KeyOrderRecordCollection)
- Last UpdatedApr 08, 2026
- 1 minute read
Retrieves the enumerator related to this collection.
public override KeyOrderBaseRecordCollectionEnumerator GetEnumerator()
public:
KeyOrderBaseRecordCollectionEnumerator^ GetEnumerator(); override
Return Value
A OASySDNA.RealTime.HighPerformanceSetDB.KeyOrderBaseRecordCollectionEnumerator instance of the related enumerator.
The returned OASySDNA.RealTime.HighPerformanceSetDB.KeyOrderBaseRecordCollectionEnumerator object should be downcast to a KeyOrderRecordCollection.Enumerator to access the correct versions of the methods and properties.