RecordOrderCollection Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new instance of RecordOrderCollection class with the specified parameters.
public RecordOrderCollection(
RealTimeTable forTable,
int recordNumber
)
public:
RecordOrderCollection(
RealTimeTable^ forTable,
int recordNumber
)
Parameters
- forTable
- The table to iterate over.
- recordNumber
- The record number from which the collection starts.