Skip to main content
A newer version of this page is available. .

XPMemberInfo.MergeCollisionBehavior Property

Gets a value that indicates the behavior when merging changed objects (objects with different versions).

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public OptimisticLockingReadMergeBehavior MergeCollisionBehavior { get; }

Property Value

Type Description
OptimisticLockingReadMergeBehavior

A OptimisticLockingReadMergeBehavior enumeration value that indicates the behavior when merging changed objects.

See Also