Skip to main content

XPMemberInfo.IsOptimisticLockingIgnored Property

Indicates whether or not optimistic concurrency is ignored for the current member.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public bool IsOptimisticLockingIgnored { get; }

Property Value

Type Description
Boolean

true, if optimistic locking is ignored; otherwise, false.

Remarks

Optimistic locking is ignored when the OptimisticLockingIgnoredAttribute is applied to the current member.

See Also