Does the LIMIT clause take a "maximum" row number instead of a total number of returned rows?

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property UseMaxForLimit As Boolean
C#
public virtual bool UseMaxForLimit { get; }
Visual C++
public:
virtual property bool UseMaxForLimit {
	bool get ();
}
JavaScript
function get_useMaxForLimit();

Return Value

false, unless overridden

See Also