Set the first result to be retrieved
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
IQueryOver<TRoot> Skip( int firstResult ) |
Visual Basic |
---|
Function Skip ( _ firstResult As Integer _ ) As IQueryOver(Of TRoot) |
Visual C++ |
---|
IQueryOver<TRoot>^ Skip( int firstResult ) |
Parameters
- firstResult
- Type: System..::..Int32
[Missing <param name="firstResult"/> documentation for "M:NHibernate.IQueryOver`1.Skip(System.Int32)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.IQueryOver`1.Skip(System.Int32)"]