RecordPut Method (RealTimeVPath)
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a RealTimeRecord into the database.
public void RecordPut(
RealTimeRecord record,
Disposition disposition
)
public:
void RecordPut(
RealTimeRecord^ record,
Disposition disposition
)
Parameters
- record
- The RealTimeRecord to be written to the database.
- disposition
- The disposition for unlocking the RealTimeRecord.
| Exception | Description |
|---|---|
| VDBException | An error raised while writing the RealTimeRecord. |
| OASySDNA.Common.DNAException | Given record should be pointing to an in-memory copy. Cannot get local memory record pointer. |