Any Method (IFilteredRecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
Checks if any TRecord exists in the collection.
| Overload | Description |
|---|---|
| Any(LockType,LockType) | Checks if any TRecord exists in the collection. |
| Any(Func<TRecord,Boolean>,LockType,LockType) | Checks if there exists at least one TRecord that passes the given predicate. |