Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OptimisticLockingReadBehaviorAttribute.Behavior Property

Specifies how XPO behaves when reloading changed objects (objects with different versions).

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public OptimisticLockingReadBehavior Behavior { get; }

Property Value

Type Description
OptimisticLockingReadBehavior

An OptimisticLockingReadBehavior enumeration value that specifies how XPO behaves when reloading changed objects (objects with different versions). Overrides the Session.OptimisticLockingReadBehavior setting.

Remarks

For details, see the Session.OptimisticLockingReadBehavior topic.

See Also