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

OptimisticLockingIgnoredAttribute Class

Applied to persistent properties. Disables the optimistic locking for the target property.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, Inherited = true)]
public sealed class OptimisticLockingIgnoredAttribute :
    Attribute

Inheritance

Object
Attribute
OptimisticLockingIgnoredAttribute
See Also