Creates a page specification offset by the specified number of results. Any limit (page size) is preserved in the new Page.

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

Syntax

C#
public Page AdvanceBy(
	int offset
)
Visual Basic (Declaration)
Public Function AdvanceBy ( _
	offset As Integer _
) As Page

Parameters

offset
Type: System..::.Int32
The number of results to skip.

Return Value

A Page containing the new specification.

See Also