Is this lock mode less restrictive than the given lock mode?
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function LessThan ( _ mode As LockMode _ ) As Boolean |
C# |
---|
public bool LessThan( LockMode mode ) |
Visual C++ |
---|
public: bool LessThan( LockMode^ mode ) |
JavaScript |
---|
function lessThan(mode); |
Parameters
- mode
- Type: NHibernate..::.LockMode