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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Return Value

false, unless overridden

See Also