Represents a logical page of a result set.

C# | Visual Basic |
public sealed class Page
Public NotInheritable Class Page

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | AdvanceBy(Int32) |
Creates a page specification offset by the specified number of results. Any
limit (page size) is preserved in the new Page.
|
![]() ![]() | At(Int32, Int32) |
Creates a new Page specification.
|
![]() | Equals(Object) | (Overrides Object.Equals(Object).) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type. GetHashCode()()()
is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object.GetHashCode()()().) |
![]() ![]() | Limit(Int32) |
Creates a new Page specification that limits the number
of results returned.
|
![]() | LimitTo(Int32) |
Creates a page specification limited to the specified number of results.
Any offset is preserved in the new Page.
|
![]() ![]() | Offset(Int32) |
Creates a new Page specification that begins after the
specified skip.
|

Object | |
![]() | Page |