CreateInMemoryRecord Method (RealTimeSetRecord)
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| CreateInMemoryRecord(String) | Creates a new in-memory RealTimeSetRecord 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. |
| CreateInMemoryRecord(RealTimeSetTable) | Creates a new in-memory RealTimeSetRecord 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. |