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

Member Table: Optimistic Concurrency

Property, class Description
LockingException An exception thrown because an attempt is made to modify a row in a database, but its version doesn’t match the version of the row being posted.
Session.LockingOption Controls the persistent object’s locking during a session.
Session.OptimisticLockingReadBehavior Specifies how XPO behaves when reloading changed objects (objects with different versions).
OptimisticLockingAttribute Specifies that a persistent object’s state can be locked during a session.