CreateRecord(Int16) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a record in the RealTime database (RTDB).
public RealTimeRecord CreateRecord(
short keyValue
)
public:
RealTimeRecord^ CreateRecord(
short keyValue
)
Parameters
- keyValue
- The short value of the primary key.
Return Value
The new RealTimeRecord.
| Exception | Description |
|---|---|
| OASySDNA.Common.DNAException | Table should not be locked or attached. |
| VDBException | An error occurred when trying to create the record. |