Return false is this loader is a batch entity loader

Namespace: NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual bool IsSingleRowLoader { get; }
Visual Basic
Protected Overridable ReadOnly Property IsSingleRowLoader As Boolean
	Get
Visual C++
protected:
virtual property bool IsSingleRowLoader {
	bool get ();
}

See Also