IAttachable Interface Members
- Last UpdatedApr 08, 2026
- 2 minute read
The following tables list the members exposed by IAttachable.
| Name | Description | |
|---|---|---|
![]() | Attached | Indicates if this is currently attached to the shared memory with any LockType. |
![]() | RealTimeRecord | The underlying OASySDNA.RealTime.Data.Common.HighPerformanceDBWrapper.Interfaces.IRealTimeRecord that is getting attached to. Does not apply to tables. |
| 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. |

