First Method (IFilteredRecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
Performs the action on the first record in the collection, ordered by ascending IRecord.RecordNumber.
| Overload | Description |
|---|---|
| First(Action<TRecord>,LockType,LockType) | Performs the action on the first record in the collection, ordered by ascending IRecord.RecordNumber. |
| First<TResult>(Func<TRecord,TResult>,LockType,LockType) | Performs the function on the first record in the collection, ordered by ascending IRecord.RecordNumber and returns the result. |