KeyValueEqualSetRecordCollection.Enumerator Class Members
- Last UpdatedApr 08, 2026
- 2 minute read
The following tables list the members exposed by KeyValueEqualSetRecordCollection.Enumerator.
| Name | Description | |
|---|---|---|
![]() | KeyValueEqualSetRecordCollection.Enumerator Constructor | Initializes a new instance of the enumerator with the specified parameters. |
| Name | Description | |
|---|---|---|
![]() | m_collection | The collection to iterate over. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.KeyValueEqualBaseRecordCollectionEnumerator) |
![]() | m_curRecNum | The record number that this collection is associated with. (Inherited from KeyValueEqualBaseRecordCollectionEnumerator) |
![]() | m_keyNumber | The key number that should be followed. (Inherited from KeyValueEqualBaseRecordCollectionEnumerator) |
![]() | m_keyValue | The value of the key to find all records that match. (Inherited from KeyValueEqualBaseRecordCollectionEnumerator) |
![]() | m_record | The current record in this collection. (Inherited from KeyValueEqualBaseRecordCollectionEnumerator) |
![]() | m_table | The table that the collection is associated with. (Inherited from KeyValueEqualBaseRecordCollectionEnumerator) |
| Name | Description | |
|---|---|---|
![]() | Current | Retrieves the current record in this collection. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.KeyValueEqualBaseRecordCollectionEnumerator) |
| Name | Description | |
|---|---|---|
![]() | Dispose | Disposes of any locks held by the RealTimeBaseRecord enumerator. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.KeyValueEqualBaseRecordCollectionEnumerator) |
![]() | MoveNext | Moves to the next record in this collection. (Inherited from KeyValueEqualBaseRecordCollectionEnumerator) |
![]() | Reset | Resets the enumerator. (Inherited from KeyValueEqualBaseRecordCollectionEnumerator) |



