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

Syntax

Visual Basic (Declaration)
Protected Friend Overridable ReadOnly Property IsSubselectLoadingEnabled As Boolean
C#
protected internal virtual bool IsSubselectLoadingEnabled { get; }
Visual C++
protected public:
virtual property bool IsSubselectLoadingEnabled {
	bool get ();
}
JavaScript
function get_isSubselectLoadingEnabled();

See Also