KeyValueEqualSetRecordCollection Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new instance of KeyValueEqualSetRecordCollection class with the specified parameters.
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 the given record number.