Skip to main content
.NET 6.0+

OptimisticLockingIgnoredAttribute Class

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

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

Inheritance

Object
Attribute
OptimisticLockingIgnoredAttribute
See Also