XPMemberInfo.IsOptimisticLockingIgnored Property
In This Article
Indicates whether or not optimistic concurrency is ignored for the current member.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Remarks
Optimistic locking is ignored when the OptimisticLockingIgnoredAttribute is applied to the current member.
See Also