The Page type exposes the following members.

Methods

  NameDescription
AdvanceBy
Creates a page specification offset by the specified number of results. Any limit (page size) is preserved in the new Page.
At
Creates a new Page specification.
Equals
Determines whether the specified Object is equal to the current 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
Creates a new Page specification that limits the number of results returned.
LimitTo
Creates a page specification limited to the specified number of results. Any offset is preserved in the new Page.
Next
Creates a page specification starting at the specified offset, and limited to the specified number of results.
Offset
Creates a new Page specification that begins after the specified skip.

Properties

  NameDescription
OffsetCookie
After the Page has been used in a query, gets an opaque object representing the offset to the next page. The only permitted use for this object is to pass it to the Next(Object, Int32) method as part of constructing a new query against the same provider.

See Also