XPMemberInfo.MergeCollisionBehavior Property
In This Article
Gets a value that indicates the behavior when merging changed objects (objects with different versions).
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public OptimisticLockingReadMergeBehavior MergeCollisionBehavior { get; }
#Property Value
Type | Description |
---|---|
Optimistic |
A Optimistic |
Available values:
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. |
See Also