Sets the first row to retrieve.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
IQuery SetFirstResult( int firstResult ) |
| Visual Basic |
|---|
Function SetFirstResult ( _ firstResult As Integer _ ) As IQuery |
| Visual C++ |
|---|
IQuery^ SetFirstResult( int firstResult ) |
Parameters
- firstResult
- Type: System..::..Int32
The first row to retreive.
Return Value
[Missing <returns> documentation for "M:NHibernate.IQuery.SetFirstResult(System.Int32)"]