Single Method (IFilteredRecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
Performs the action on a single TRecord record specified by its ptNum.
| Overload | Description |
|---|---|
| Single(Int32,Action<TRecord>,LockType,LockType) | Performs the action on a single TRecord record specified by its ptNum. |
| Single<TResult>(Int32,Func<TRecord,TResult>,LockType,LockType) | Performs the function on a single TRecord record specified by its ptNum. |