KeyOrderSetRecordCollection Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new instance of KeyOrderSetRecordCollection class with the specified parameters.
public KeyOrderSetRecordCollection(
RealTimeSetTable forTable,
RealTimeField keyField,
int recordNumber
)
public:
KeyOrderSetRecordCollection(
RealTimeSetTable^ forTable,
RealTimeField^ keyField,
int recordNumber
)
Parameters
- forTable
- The table that this collection relates to.
- keyField
- The key field to follow.
- recordNumber
- The record number that the collection starts from.