GetKeyValueEqualRecordCollection(RealTimeULongField,UInt64) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a collection to iterate over all of the records within this table that have the same
key value.
[CLSCompliant(false)]
public KeyValueEqualRecordCollection GetKeyValueEqualRecordCollection(
RealTimeULongField keyField,
ulong keyValue
)
[CLSCompliant(false)]
public:
KeyValueEqualRecordCollection^ GetKeyValueEqualRecordCollection(
RealTimeULongField^ keyField,
ulong keyValue
)
Parameters
- keyField
- The key OASySDNA.RealTime.HighPerformanceSetDB.RealTimeULongField field to use as an index to follow.
- keyValue
- The key System.UInt64 value to look for.
Return Value
A KeyValueEqualRecordCollection that can be iterated over.