Return false is this loader is a batch entity loader

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

Syntax

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

See Also