OptimisticLockingReadMergeBehavior Enum
Lists the values that specify how XPO behaves when merging changed objects (objects with different versions).
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Members
Name | Description |
---|---|
Default
|
The changed objects are automatically reloaded. The default behavior can be changed by setting the Xpo |
Ignore
|
The client-side value persists. |
Throw
|
An exception is thrown. |
Reload
|
The database value is reloaded. |
#Related API Members
The following properties accept/return OptimisticLockingReadMergeBehavior values:
#Remarks
The values listed by this enumeration are used to set the XPMemberInfo.MergeCollisionBehavior property.