CreateInMemoryRecord(RealTimeBaseTable) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new in memory RealTimeBaseRecord instance. The newly created instance will not be connected to the database but instead will be linked to an in-memory copy of the current record.
public static RealTimeBaseRecord CreateInMemoryRecord(
RealTimeBaseTable table
)
public:
static RealTimeBaseRecord^ CreateInMemoryRecord(
RealTimeBaseTable^ table
)
Parameters
- table
- The table that the record is associated with.
Return Value
A new RealTimeBaseRecord instance that is working with an in-memory copy of the current record.