MergeCollisionBehaviorAttribute Class
Applied to persistent properties. Specifies the merge collision behavior for the target property.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
Remarks
Pass a OptimisticLockingReadMergeBehavior enumeration value to the MergeCollisionBehaviorAttribute attribute to override the XpoDefault.OptimisticLockingReadBehavior, Session.OptimisticLockingReadBehavior and XPClassInfo.OptimisticLockingReadBehavior settings.
See Also