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