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

OptimisticLockingReadBehaviorAttribute Properties

Specifies the field-level optimistic locking settings of a persistent object.
Name Description
Behavior Specifies how XPO behaves when reloading changed objects (objects with different versions).
TrackPropertiesModifications Specifies whether or not the persistent object properties modifications are tracked.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also