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