CreateInMemoryRecord(String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new in-memory RealTimeRecord object.
public new static RealTimeRecord CreateInMemoryRecord(
string tableName
)
public:
new static RealTimeRecord^ CreateInMemoryRecord(
String^ tableName
)
Parameters
- tableName
- The name of the table.
Return Value
A new RealTimeRecord object that is working with an in-memory copy of the current record.