Is this query called by Scroll() or Iterate()?

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsShallowQuery As Boolean
C#
public bool IsShallowQuery { get; }
Visual C++
public:
property bool IsShallowQuery {
	bool get ();
}
JavaScript
function get_isShallowQuery();

Field Value

true if it is, false if it is called by find() or list()

See Also