GetKeyValueEqualRecordCollection(RealTimeShortField,Int16,Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber.
public KeyValueEqualRecordCollection GetKeyValueEqualRecordCollection(
RealTimeShortField keyField,
short keyValue,
int recordNumber
)
public:
KeyValueEqualRecordCollection^ GetKeyValueEqualRecordCollection(
RealTimeShortField^ keyField,
short keyValue,
int recordNumber
)
Parameters
- keyField
- The key OASySDNA.RealTime.HighPerformanceSetDB.RealTimeShortField field to use as an index to follow.
- keyValue
- The key System.Int16 value to look for.
- recordNumber
- The record number to start from.
Return Value
A KeyValueEqualRecordCollection that can be iterated over.