Do instances of this class contain collections?

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

Syntax

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

See Also