Skip to main content
A newer version of this page is available. .

XPMemberInfo.IsOptimisticLockingIgnored Property

Indicates whether or not Optimistic Concurrency Control is ignored for the current member.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.2.dll

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