Sql Server 2005 supports a query statement that provides LIMIT functionality with an offset.

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

Syntax

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

Field Value

false

See Also