Skip to main content
.NET 6.0+

LockingOption Enum

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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.

Remarks

The values listed by this enumeration are used to set the Session.LockingOption property.

See Also