Enum OptimisticLockingReadMergeBehavior
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
Lists the values that specify how XPO behaves when merging changed objects (objects with different versions).
public enum OptimisticLockingReadMergeBehavior
Fields
Default = 0
The changed objects are automatically reloaded. The default behavior can be changed by setting the XpoDefault.OptimisticLockingReadBehavior property.
Ignore = 1
The client-side value persists.
Reload = 3
The database value is reloaded.
ThrowException = 2
An exception is thrown.