Table of Contents

Enum OptimisticLockingBehavior

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

Contains values that specify the field-level locking behavior.

public enum OptimisticLockingBehavior

Fields

ConsiderOptimisticLockingField = 1

The optimistic lock field is considered.

LockAll = 3

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

LockModified = 2

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

NoLocking = 0

Locking is disabled.