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

Syntax

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

See Also