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

XpoDefault.OptimisticLockingReadBehavior Property

Gets or sets a value which specifies how XPO behaves by default when reloading changed objects (objects with different versions).

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public static OptimisticLockingReadBehavior OptimisticLockingReadBehavior { get; set; }

Property Value

Type Description
OptimisticLockingReadBehavior

An OptimisticLockingReadBehavior enumeration value which specifies how XPO behaves when reloading changed objects.

Remarks

The default value for XpoDefault.OptimisticLockingReadBehavior is OptimisticLockingReadBehavior.Mixed.

See Also