Attempty to obtain an upgrade lock, using an Oracle-style SELECT ... FOR UPGRADE NOWAIT.

Namespace:  NHibernate
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared UpgradeNoWait As LockMode
C#
public static LockMode UpgradeNoWait
Visual C++
public:
static LockMode^ UpgradeNoWait
JavaScript
NHibernate.LockMode.upgradeNoWait

Remarks

The semantics of this lock mode, once obtained, are the same as Upgrade

See Also