Sets the first row to retrieve.

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

Syntax

Visual Basic (Declaration)
Function SetFirstResult ( _
	firstResult As Integer _
) As IQuery
C#
IQuery SetFirstResult(
	int firstResult
)
Visual C++
IQuery^ SetFirstResult(
	int firstResult
)
JavaScript
function setFirstResult(firstResult);

Parameters

firstResult
Type: System..::.Int32
The first row to retreive.

See Also