CreateInMemoryRecord Method (RealTimeRecord)
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new in memory record object. The newly created record
object will not be connected to the database, but instead will be linked to an
in memory copy of the current record.
| Overload | Description |
|---|---|
| CreateInMemoryRecord(String) | Creates a new in memory record object. The newly created record object will not be connected to the database, but instead will be linked to an in memory copy of the current record. |
| CreateInMemoryRecord(RealTimeTable) | Creates a new in memory record object. The newly created record object will not be connected to the database, but instead will be linked to an in memory copy of the current record. |