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

Syntax

Visual Basic (Declaration)
Public Function GetCurrentLockMode ( _
	obj As Object _
) As LockMode
C#
public LockMode GetCurrentLockMode(
	Object obj
)
Visual C++
public:
virtual LockMode^ GetCurrentLockMode(
	Object^ obj
) sealed
JavaScript
function getCurrentLockMode(obj);

Parameters

obj
Type: System..::.Object

Implements

ISession..::.GetCurrentLockMode(Object)

See Also