Any(LockType,LockType) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Checks if any TRecord exists in the collection.
bool Any(
LockType tableLockType,
LockType recordLockType
)
bool Any(
LockType tableLockType,
LockType recordLockType
)
Parameters
- tableLockType
- The TRecord table lock type for the scope of the method.
- recordLockType
- The TRecord record lock type for the scope of the method.
Return Value
The TRecord record lock type for the scope of the method. Returns true if at least one TRecord exists in the table. Returns false if no TRecord exists in the table.