GetKeyValueEqualRecordCollection Method
- Last UpdatedApr 08, 2026
- 2 minute read
| Overload | Description |
|---|---|
| GetKeyValueEqualRecordCollection(RealTimeBoolField,Boolean) | Gets a collection to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeByteField,Byte) | Gets a collection to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeDoubleField,Double) | Gets a collection to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeFloatField,Single) | Gets a collection to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeIntField,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeShortField,Int16) | Gets a collection to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeStringField,String) | Gets a collection to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeUIntField,UInt32) | Gets a collection to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeUShortField,UInt16) | Gets a collection to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeLongField,Int64) | Gets a collection to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeULongField,UInt64) | Gets a collection to iterate over all of the records within this table that have the same key value. |
| GetKeyValueEqualRecordCollection(RealTimeBoolField,Boolean,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber. |
| GetKeyValueEqualRecordCollection(RealTimeByteField,Byte,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber. |
| GetKeyValueEqualRecordCollection(RealTimeDoubleField,Double,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber. |
| GetKeyValueEqualRecordCollection(RealTimeFloatField,Single,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber. |
| GetKeyValueEqualRecordCollection(RealTimeIntField,Int32,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber. |
| GetKeyValueEqualRecordCollection(RealTimeShortField,Int16,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber. |
| GetKeyValueEqualRecordCollection(RealTimeStringField,String,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber. |
| GetKeyValueEqualRecordCollection(RealTimeUIntField,UInt32,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber. |
| GetKeyValueEqualRecordCollection(RealTimeUShortField,UInt16,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber. |
| GetKeyValueEqualRecordCollection(RealTimeLongField,Int64,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber. |
| GetKeyValueEqualRecordCollection(RealTimeULongField,UInt64,Int32) | Gets a collection to iterate over all of the records within this table that have the same key value, starting from the specified recordNumber. |