A locking strategy where the locks are obtained through update statements.

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

Syntax

C#
public class UpdateLockingStrategy : ILockingStrategy
Visual Basic
Public Class UpdateLockingStrategy _
	Implements ILockingStrategy
Visual C++
public ref class UpdateLockingStrategy : ILockingStrategy

Remarks

This strategy is not valid for read style locks.

Inheritance Hierarchy

System..::..Object
  NHibernate.Dialect.Lock..::..UpdateLockingStrategy

See Also