MergeCollisionBehaviorAttribute.Behavior Property
In This Article
Specifies the merge collision behavior for the MergeCollisionBehaviorAttribute attribute’s target property.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public OptimisticLockingReadMergeBehavior Behavior { get; }
#Property Value
Type | Description |
---|---|
Optimistic |
An 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