RealTimeBaseRecord Constructor(RealTimeBaseTable,Int32)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a RealTimeBaseRecord instance with automatic binding to a table and a specific record number.
public RealTimeBaseRecord(
RealTimeBaseTable table,
int recordNum
)
public:
RealTimeBaseRecord(
RealTimeBaseTable^ table,
int recordNum
)
Parameters
- table
- The table to bind to.
- recordNum
- The associated record number.