GetKeyValueEqualSetRecordCollection Method
- Last UpdatedApr 08, 2026
- 3 minute read
| Overload | Description |
|---|---|
| GetKeyValueEqualSetRecordCollection(RealTimeBoolField,Boolean) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeByteField,Byte) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeDoubleField,Double) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeFloatField,Single) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeIntField,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeShortField,Int16) | 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) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeUIntField,UInt32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeUShortField,UInt16) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeLongField,Int64) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeULongField,UInt64) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeBoolField,Boolean,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeByteField,Byte,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeByteField,Double,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeFloatField,Single,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeIntField,Int32,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeShortField,Int16,Int32) | 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) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeUIntField,UInt32,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeUShortField,UInt16,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeLongField,Int64,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualSetRecordCollection(RealTimeULongField,UInt64,Int32) | Returns a collection that allows the caller to iterate over all of the records within this table that have the same key value. |