Do instances of this class contain collections?

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

Syntax

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

See Also