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

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property Compiled As Boolean
C#
protected bool Compiled { get; }
Visual C++
protected:
property bool Compiled {
	bool get ();
}
JavaScript
function get_compiled();

See Also