Mindscape LightSpeed - User Reference & API Documentation
At Method (offset, limit)
API ReferenceMindscape.LightSpeed.QueryingPageAt(Int32, Int32)
Creates a new Page specification.
Declaration Syntax
C#Visual Basic
public static Page At(
	int offset,
	int limit
)
Public Shared Function At ( _
	offset As Integer, _
	limit As Integer _
) As Page
Parameters
offset (Int32)
The number of results to skip.
limit (Int32)
The number of results to return (page size).
Return Value
A new Page

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