Skip to main content

XPClassInfo.OptimisticLockingBehavior Property

Specifies the persistent object’s locking behavior.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public OptimisticLockingBehavior OptimisticLockingBehavior { get; }

Property Value

Type Description
OptimisticLockingBehavior

An OptimisticLockingBehavior enumeration value that specifies the locking behavior.

See Also