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