Attach Method (IFilteredRecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
Performs the function on a single record specified by a IRecord.RecordNumber matching the ptNum by attaching to a locked record rather than locking it.
| Overload | Description |
|---|---|
| Attach<TResult>(Int32,Func<TRecord,TResult>,LockType,LockType) | Performs the function on a single record specified by a IRecord.RecordNumber matching the ptNum by attaching to a locked record rather than locking it. |
| Attach(Int32,Action<TRecord>,LockType,LockType) | Performs the action on a single record specified by a IRecord.RecordNumber matching the ptNum by attaching to a locked record rather than locking it. |