Skip to main content
.NET Framework 4.6.2+

OptimisticLockingIgnoredAttribute Class

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

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

Inheritance

Object
Attribute
OptimisticLockingIgnoredAttribute
See Also