Skip to main content
.NET 8.0+

LockingOption Enum

Lists the values that control the persistent object’s locking during a session.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public enum LockingOption

#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