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

XPClassInfo.OptimisticLockingReadBehavior Property

Specifies how XPO behaves when reloading a changed object.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public OptimisticLockingReadBehavior OptimisticLockingReadBehavior { get; }

Property Value

Type Description
OptimisticLockingReadBehavior

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

Remarks

For details, see the Session.OptimisticLockingReadBehavior topic.

See Also