A newer version of this page is available.
Switch to the current version.
LockingOption Enum
Lists the values that control the persistent object's locking during a session.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v18.2.dll
Declaration
Members
Name | Description |
---|---|
None | A session doesn't lock objects. |
Optimistic | A session locks objects using optimistic locking. |
Related API Members
The following properties accept/return LockingOption values:
Remarks
The values listed by this enumeration are used to set the Session.LockingOption property.
See Also
Feedback