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

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

Syntax

C#
public static LockMode UpgradeNoWait
Visual Basic
Public Shared UpgradeNoWait As LockMode
Visual C++
public:
static LockMode^ UpgradeNoWait

Remarks

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

See Also