Does the translated query contain collection fetches?

Namespace:  NHibernate.Hql
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

Return Value

True if the query does contain collection fetched; false otherwise.

See Also