Does the translated query contain collection fetches?
Namespace:
NHibernate.HqlAssembly: 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(); |