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