GetKeyValueEqualSetRecordCollection(RealTimeStringField,String,Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Specific method for string-based keyField. Returns a collection that allows the caller to iterate over
all of the records within this table that have the same key value.
KeyValueEqualSetRecordCollection GetKeyValueEqualSetRecordCollection(
RealTimeStringField keyField,
string keyValue,
int recordNumber
)
KeyValueEqualSetRecordCollection^ GetKeyValueEqualSetRecordCollection(
RealTimeStringField^ keyField,
String^ keyValue,
int recordNumber
)
Parameters
- keyField
- The key field to track.
- keyValue
- The key value.
- recordNumber
- Start collection from a particular record number.
Return Value
A record collection that can be iterated over