Does this entity own any collections which are fetchable by subselect?

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property HasSubselectLoadableCollections As Boolean
C#
bool HasSubselectLoadableCollections { get; }
Visual C++
property bool HasSubselectLoadableCollections {
	bool get ();
}
JavaScript
function get_hasSubselectLoadableCollections();

See Also