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