[Missing <summary> documentation for "P:NHibernate.Hql.Classic.QueryTranslator.ContainsCollectionFetches"]

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

Syntax

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

Implements

IQueryTranslator..::..ContainsCollectionFetches

See Also