Does this Dialect have some kind of LIMIT syntax?
Namespace:
NHibernate.DialectAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property SupportsLimit As Boolean |
C# |
---|
public override bool SupportsLimit { get; } |
Visual C++ |
---|
public: virtual property bool SupportsLimit { bool get () override; } |
JavaScript |
---|
function get_supportsLimit(); |