OptimisticLockingAttribute.LockingKind Property
In This Article
Specifies the locking behavior.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
#Declaration
public OptimisticLockingBehavior LockingKind { get; set; }
#Property Value
Type | Description |
---|---|
Optimistic |
An Optimistic |
Available values:
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. |
See Also