AttachInsteadOfLock Method (RealTimeBaseTable)
- Last UpdatedApr 08, 2026
- 1 minute read
Attaches the record to shared memory without locking it.
public void AttachInsteadOfLock(
TableLockRequestType lockType
)
public:
void AttachInsteadOfLock(
TableLockRequestType lockType
)
Parameters
- lockType
- The lock type to perform on the table (for example, read, write).
| Exception | Description |
|---|---|
| OASySDNA.Common.DNAException | The table is already locked or attached. The wrong lock type was requested. |