CreateRecord(Byte) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a record in the RealTime database (RTDB).
public RealTimeRecord CreateRecord(
byte keyValue
)
public:
RealTimeRecord^ CreateRecord(
byte keyValue
)
Parameters
- keyValue
- The byte 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. |