CreateLocalRecord Method (RealTimeBaseTable)
- Last UpdatedApr 08, 2026
- 1 minute read
Create a new record object that contains an in-memory record (meaning
a local record in memory, that isn't in the database).
This method implements proper overriding unlike CreateInMemoryRecord
public virtual IRealTimeBaseRecord CreateLocalRecord()
public:
virtual IRealTimeBaseRecord^ CreateLocalRecord();
Return Value
The new record object that is attached to the new in-memory record