CloneInMemoryCopy Method (RealTimeRecord)
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new RealTimeRecord object based on the current one. The newly created record object will not be connected to the database, but instead, it will be linked to an in-memory copy of the current record.
public new RealTimeRecord CloneInMemoryCopy()
public:
new RealTimeRecord^ CloneInMemoryCopy();
Return Value
A new record object that is working with an in-memory copy of the current record.