CreateInMemoryRecord Method (RealTimeBaseTable)
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new RealTimeBaseRecord instance that contains an in-memory record (that is, a local record in memory-one that isn't in the database).
public virtual RealTimeBaseRecord CreateInMemoryRecord()
public:
virtual RealTimeBaseRecord^ CreateInMemoryRecord();
Return Value
A new RealTimeBaseRecord instance that is attached to the new in-memory record.