All Method (IFilteredRecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
Parameters
- predicate
- The Func to execute.
- tableLockType
- The TRecord table lock type for the scope of the predicate.
- recordLockType
- The TRecord record lock type for the scope of the predicate.
Return Value
Returns true if all records pass the predicate. Returns false if at least one of the records fails the predicate.