[Missing <summary> documentation for "P:NHibernate.Loader.JoinWalker.IsTooManyCollections"]

Namespace: NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual bool IsTooManyCollections { get; }
Visual Basic
Protected Overridable ReadOnly Property IsTooManyCollections As Boolean
	Get
Visual C++
protected:
virtual property bool IsTooManyCollections {
	bool get ();
}

See Also