ForEach(Action<TRecord>,LockType,LockType) Method
- Last UpdatedApr 08, 2026
- 1 minute read
void ForEach(
Action<TRecord> action,
LockType tableLockType,
LockType recordLockType
)
void ForEach(
Action<TRecord^>^ action,
LockType tableLockType,
LockType recordLockType
)
Parameters
- action
- The Action to perform on each of the records.
- tableLockType
- The TRecord table lock type for the scope of the action.
- recordLockType
- The TRecord record lock type for the scope of the action.