Creates a new Page specification.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public static Page At(
	int offset,
	int limit
)
Visual Basic (Declaration)
Public Shared Function At ( _
	offset As Integer, _
	limit As Integer _
) As Page

Parameters

offset
Type: System..::.Int32
The number of results to skip.
limit
Type: System..::.Int32
The number of results to return (page size).

Return Value

A new Page

See Also