Mindscape LightSpeed - User Reference & API Documentation
Page Class
API ReferenceMindscape.LightSpeed.QueryingPage
Represents a logical page of a result set.
Declaration Syntax
C#Visual Basic
public sealed class Page
Public NotInheritable Class Page
Members
All MembersMethods



IconMemberDescription
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)
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(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.

Inheritance Hierarchy
Object
Page

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)