Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

LockingOption Enum

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

Namespace: DevExpress.Xpo

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