OptimisticLockingAttribute.FieldName Property
Gets the name of the system field which is used to control object locking for objects that have the object locking option enabled.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
To control object locking for objects that have the object locking option enabled, a new system field is added to the object table’s structure during the database schema update. By default, this system field is called OptimisticLockField. Use the constructor of the OptimisticLockingAttribute with the fieldName parameter to specify the system field’s name.
For more information, see Optimistic Concurrency.