No lock required.

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

Syntax

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

Remarks

If an object is requested with this lock mode, a Read lock might be obtained if necessary.

See Also