GetKeyValueEqualSetRecordCollection Method (RealTimeSetTable)
- Last UpdatedApr 08, 2026
- 1 minute read
Generic method; 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 |
|---|---|
| GetKeyValueEqualSetRecordCollection<TE,T>(TE,T,Int32) | Generic method; Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeStringField,String,Int32) | 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. |
| GetKeyValueEqualSetRecordCollection<TE,T>(TE,T) | Generic method; Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeStringField,String) | 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. |