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.v19.1.dll

Declaration

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

Inheritance

Object
Attribute
OptimisticLockingIgnoredAttribute
See Also