ForEach Method (IFilteredRecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
Performs the action on all TRecord records, ordered by ascending IRecord.RecordNumber.
| Overload | Description |
|---|---|
| ForEach(Action<TRecord>,LockType,LockType) | Performs the action on all TRecord records, ordered by ascending IRecord.RecordNumber. |
| ForEach(Func<TRecord,Boolean>,LockType,LockType) | Performs the function on all TRecord records, ordered by ascending IRecord.RecordNumber, as long as function returns true. |