Mindscape LightSpeed - User Reference & API Documentation
Offset Method (skip)
API ReferenceMindscape.LightSpeed.QueryingPageOffset(Int32)
Creates a new Page specification that begins after the specified skip.
Declaration Syntax
C#Visual Basic
public static Page Offset(
	int skip
)
Public Shared Function Offset ( _
	skip As Integer _
) As Page
Parameters
skip (Int32)
The number of results to skip.
Return Value
A new Page

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