Determine whether this entity contains references to persistent collections which are fetchable by subselect?

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

Syntax

C#
bool HasSubselectLoadableCollections { get; }
Visual Basic
ReadOnly Property HasSubselectLoadableCollections As Boolean
	Get
Visual C++
property bool HasSubselectLoadableCollections {
	bool get ();
}

Return Value

True if the entity contains collections fetchable by subselect; false otherwise.

See Also