Skip to main content
A newer version of this page is available. .

OptimisticLockingReadBehaviorAttribute Class

Specifies the field-level optimistic locking settings of a persistent object.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, Inherited = true)]
public sealed class OptimisticLockingReadBehaviorAttribute :
    Attribute

Remarks

This attribute overrides the Session.TrackPropertiesModifications and Session.OptimisticLockingReadBehavior settings of the Session.

Inheritance

Object
Attribute
OptimisticLockingReadBehaviorAttribute
See Also