Mindscape LightSpeed - User Reference & API Documentation
AdvanceBy Method (offset)
API Reference
►
Mindscape.LightSpeed.Querying
►
Page
►
AdvanceBy(Int32)
C#
Visual Basic
Creates a page specification offset by the specified number of results. Any limit (page size) is preserved in the new
Page
.
Declaration Syntax
C#
Visual Basic
public
Page
AdvanceBy
(
int
offset
)
Public
Function
AdvanceBy
( _
offset
As
Integer
_ )
As
Page
Parameters
offset
(
Int32
)
The number of results to skip.
Return Value
A
Page
containing the new specification.
Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)