Lock(String,TableLockRequestType,Int32,RecordLockRequestType) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Lock a specific record allowing, waiting indefinitely for the
lock to be achieved.
public virtual new void Lock(
string tableName,
OASySDNA.RealTime.HighPerformanceSetDB.TableLockRequestType tableLockType,
int recordNumber,
OASySDNA.RealTime.HighPerformanceSetDB.RecordLockRequestType recordLockType
)
public:
virtual new void Lock(
String^ tableName,
OASySDNA.RealTime.HighPerformanceSetDB.TableLockRequestType tableLockType,
int recordNumber,
OASySDNA.RealTime.HighPerformanceSetDB.RecordLockRequestType recordLockType
)
Parameters
- tableName
- The table that the record is associated with
- tableLockType
- How you want the table locked (e.g. read,write,etc)
- recordNumber
- The record to lock
- recordLockType
- How you want the record locked (e.g. read,write,etc)