XPClassInfo.OptimisticLockingBehavior Property
In This Article
Specifies the persistent object’s locking behavior.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public OptimisticLockingBehavior OptimisticLockingBehavior { get; }
#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