Sql Server 2005 supports a query statement that provides LIMIT
functionality with an offset.
Namespace:
NHibernate.DialectAssembly: 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(); |