DeleteRecord Method (IFilteredRecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
Deletes the record from the RealTime Database.
The table must be unlocked when calling this.
Parameters
- ptNum
- The IRecord.RecordNumber of the record to delete.
| Exception | Description |
|---|---|
| OASySDNA.RealTime.Data.Common.Exceptions.TableLockedException | If the table is already locked. |
| OASySDNA.RealTime.Data.Common.Exceptions.RecordNotFoundException | If a record with a ptNum does not exist in the RealTime database. |