GetKeyValueEqualRecordCollection Method (IRealTimeTable)
- 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.
| Overload | Description |
|---|---|
| GetKeyValueEqualRecordCollection<T,TE>(T,TE) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeStringField,String) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection<T,TE>(T,TE,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeStringField,String,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |