Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OptimisticLockingIgnoredAttribute Class

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.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