Skip to main content
.NET 6.0+

OptimisticLockingReadBehaviorAttribute.Behavior Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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