Table of Contents

Class OptimisticLockingIgnoredAttribute

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

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

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

Constructors

OptimisticLockingIgnoredAttribute()

Initializes a new instance of the OptimisticLockingIgnoredAttribute class.

public OptimisticLockingIgnoredAttribute()