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