LockType Enumeration
- Last UpdatedApr 08, 2026
- 1 minute read
This enumeration represents the supported database lock types.
public enum LockType : System.Enum
public enum class LockType : public System.Enum
| Member | Description |
|---|---|
| CONVERT_RESRW_SWRITE | Convert reserved read/write to safe write. |
| CONVERT_SWRITE_RESRW | Convert safe write to reserved read/write. |
| REQ_PRIO_WRITE | Request priority write. |
| RESERVE_READ_WRITE | Reserved read/write. |
| SAFE_READ | Safe read. |
| SAFE_WRITE | Safe write. |
| UNSAFE_READ | Unsafe read. |
| UNSAFE_WRITE | Unsafe write. |
System.Object
System.ValueType
System.Enum
OASySDNA.RealTime.Data.Common.LockType