Back to Devexpress

OptimisticLockingBehavior Enum

xpo-devexpress-dot-xpo-4cb035ff.md

latest1.8 KB
Original Source

OptimisticLockingBehavior Enum

Contains values that specify the field-level locking behavior.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public enum OptimisticLockingBehavior
vb
Public Enum OptimisticLockingBehavior

Members

NameDescription
NoLocking

Locking is disabled.

| | ConsiderOptimisticLockingField |

The optimistic lock field is considered.

| | LockModified |

Modified properties are checked (requires that the Session.TrackPropertiesModifications property is set to true ).

| | LockAll |

All properties are checked (requires that the Session.TrackPropertiesModifications property is set to true ).

|

The following properties accept/return OptimisticLockingBehavior values:

Remarks

The values listed by this enumeration are used by the OptimisticLockingAttribute.

See Also

TrackPropertiesModifications

DevExpress.Xpo Namespace