Any(Func<TRecord,Boolean>,LockType,LockType) Method
- 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 at least one record passes the predicate. Returns false if no records pass the predicate.