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

Syntax

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

Implements

IQueryTranslator..::.ContainsCollectionFetches

See Also