Does this query return objects that might be already cached by the session, whose lock mode may need upgrading.

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

Syntax

Visual Basic (Declaration)
Protected Overridable Function UpgradeLocks As Boolean
C#
protected virtual bool UpgradeLocks()
Visual C++
protected:
virtual bool UpgradeLocks()
JavaScript
function upgradeLocks();

Return Value

See Also