Add a FIRST x [SKIP] y clause to the given SQL SELECT
Namespace:
NHibernate.DialectAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function GetLimitString ( _ querySqlString As SqlString, _ offset As Integer, _ limit As Integer _ ) As SqlString |
C# |
---|
public override SqlString GetLimitString( SqlString querySqlString, int offset, int limit ) |
Visual C++ |
---|
public: virtual SqlString^ GetLimitString( SqlString^ querySqlString, int offset, int limit ) override |
JavaScript |
---|
function getLimitString(querySqlString, offset, limit); |
Parameters
- querySqlString
- Type: NHibernate.SqlCommand..::.SqlString
A Query in the form of a SqlString.
- offset
- Type: System..::.Int32
Offset of the first row to process in the result set
- limit
- Type: System..::.Int32
Maximum number of rows to be returned by the query