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

Syntax

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

Implements

ILoadable..::.HasSubselectLoadableCollections

See Also