Creates a new Page specification that begins after the specified skip.

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 Offset(
	int skip
)
Visual Basic (Declaration)
Public Shared Function Offset ( _
	skip As Integer _
) As Page

Parameters

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

Return Value

A new Page

See Also