GetKeyValueEqualRecordCollection<T,TE>(T,TE,Int32) Method
- 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.
OASySDNA.RealTime.HighPerformanceDB.KeyValueEqualRecordCollection GetKeyValueEqualRecordCollection<T,TE>(
T keyField,
TE keyValue,
int recordNumber
)
where T: RealTimeField
where TE: new(), struct
OASySDNA.RealTime.HighPerformanceDB.KeyValueEqualRecordCollection^ GetKeyValueEqualRecordCollectiongeneric<typename T>
generic<typename TE>
(
T^ keyField,
TE^ keyValue,
int recordNumber
)
where T: RealTimeField
where TE: gcnew(), value class
Parameters
- keyField
- The key field to track.
- keyValue
- The key value.
- recordNumber
- Start collection from a particular record number.
Type Parameters
- T
- TE
Return Value
A record collection that can be iterated over.