Does the LIMIT clause come at the start of the SELECT statement rather than at the end?

Namespace:  NHibernate.Dialect
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property BindLimitParametersFirst As Boolean
C#
public virtual bool BindLimitParametersFirst { get; }
Visual C++
public:
virtual property bool BindLimitParametersFirst {
	bool get ();
}
JavaScript
function get_bindLimitParametersFirst();

Field Value

false, unless overridden

See Also