Does the LIMIT clause take a "maximum" row number
instead of a total number of returned rows?
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(); |