IAttachable Interface Methods
- Last UpdatedApr 08, 2026
- 1 minute read
For a list of all members of this type, see IAttachable members.
| Name | Description | |
|---|---|---|
![]() | AttachInsteadOfLock | Connects this to a record/table in shared memory with the specified lockType. A database lock will not be created, but this will act as though it was, allowing operations such as read and write to occur. As a result, this operation should only be performed against records/tables that have already been locked in a different context. |
![]() | DetachInsteadOfUnLock | Removes the internal attached lock state from the record/table, and does not modify the database lock state. |
