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

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;
}

Field Value

false

See Also