KeyValueEqualSetRecordCollection Constructor(RealTimeSetTable,RealTimeField,Object,Int32)
- Last UpdatedApr 08, 2026
- 1 minute read
Constructor
public KeyValueEqualSetRecordCollection(
RealTimeSetTable forTable,
RealTimeField keyField,
object keyValue,
int recordNumber
)
public:
KeyValueEqualSetRecordCollection(
RealTimeSetTable^ forTable,
RealTimeField^ keyField,
Object^ keyValue,
int recordNumber
)
Parameters
- forTable
- The table that this collection relates to
- keyField
- The key field to follow
- keyValue
- The value of the key to find all records that match
- recordNumber
- Start collection from given record number.