GetKeyValueEqualSetRecordCollection<TE,T>(TE,T,Int32) Method
- 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.
public virtual KeyValueEqualSetRecordCollection GetKeyValueEqualSetRecordCollection<TE,T>(
TE keyField,
T keyValue,
int recordNumber
)
where TE: IRealTimeField
where T: new(), struct
public:
virtual KeyValueEqualSetRecordCollection^ GetKeyValueEqualSetRecordCollectiongeneric<typename TE>
generic<typename T>
(
TE^ keyField,
T^ keyValue,
int recordNumber
)
where TE: IRealTimeField
where T: gcnew(), value class
Parameters
- keyField
- The key field to track.
- keyValue
- The key value.
- recordNumber
- Start collection from a particular record number.
Type Parameters
- TE
- RealTimeField type. Must be compatible with the specified primitive type.
- T
- Primitive type. Supported: bool, byte, float, int, long, shot, uint, ulong, and ushort
Return Value
A record collection that can be iterated over