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

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

Syntax

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

Field Value

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

See Also