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

OptimisticLockingAttribute.LockingKind Property

Specifies the locking behavior.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public OptimisticLockingBehavior LockingKind { get; set; }

Property Value

Type Description
OptimisticLockingBehavior

An OptimisticLockingBehavior enumeration value that specifies the locking behavior.

See Also