Lock(RecordLockRequestType) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Locks a specific record, waiting indefinitely for the lock to be achieved.
public virtual void Lock(
RecordLockRequestType lockType
)
public:
virtual void Lock(
RecordLockRequestType lockType
)
Parameters
- lockType
- The type of lock to perform on the record (for example, read, write).