Does the translated query contain collection fetches?

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

Syntax

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

Return Value

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

See Also