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