GetKeyValueEqualSetRecordCollection(RealTimeShortField,Int16,Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Returns a collection that allows the caller to iterate over
all of the records within this table that have the same key value.
public KeyValueEqualSetRecordCollection GetKeyValueEqualSetRecordCollection(
RealTimeShortField keyField,
short keyValue,
int recordNumber
)
public:
KeyValueEqualSetRecordCollection^ GetKeyValueEqualSetRecordCollection(
RealTimeShortField^ keyField,
short keyValue,
int recordNumber
)
Parameters
- keyField
- The key field to track.
- keyValue
- The key value.
- recordNumber
- The starting record number of the returned collection.
Return Value
A record collection that can be iterated over.