Skip to main content
.NET Framework 4.6.2+

OptimisticLockingAttribute.LockingKind Property

Specifies the locking behavior.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public OptimisticLockingBehavior LockingKind { get; set; }

Property Value

Type Description
OptimisticLockingBehavior

An OptimisticLockingBehavior enumeration value that specifies the locking behavior.

See Also