OptimisticLockingBehavior Enum
Contains values that specify the field-level locking behavior.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Members
Name | Description |
---|---|
No
|
Locking is disabled. |
Consider
|
The optimistic lock field is considered. |
Lock
|
Modified properties are checked (requires that the Session. |
Lock
|
All properties are checked (requires that the Session. |
#Related API Members
The following properties accept/return OptimisticLockingBehavior values:
#Remarks
The values listed by this enumeration are used by the OptimisticLockingAttribute.