Sql Server 2005 supports a query statement that provides LIMIT
functionality with an offset.
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public override bool SupportsLimitOffset { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property SupportsLimitOffset As Boolean Get |
Visual C++ |
---|
public: virtual property bool SupportsLimitOffset { bool get () override; } |