XPMemberInfo.IsOptimisticLockingIgnored Property
Indicates whether or not optimistic concurrency is ignored for the current member.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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