DeleteRecord Method (RealTimeSetTable)
- Last UpdatedApr 08, 2026
- 1 minute read
Deletes the given record in the RealTimeBaseTable.
public override void DeleteRecord(
int recordNumber
)
public:
void DeleteRecord(
int recordNumber
) override
Parameters
- recordNumber
- The record number (slot number) to be deleted.
| Exception | Description |
|---|---|
| OASySDNA.Common.DNAException | Aways thrown. This method should never be called from RealTimeBaseTable. |
| OASySDNA.Common.DNAException | Either the table is not locked, the type of lock used is wrong, or the recordNumber is out of range. |
The table should be SAFE_WRITE locked.
Use FindRecord(RealTimeIntField,Int32) to find the required record number.