Creates a page specification limited to the specified number of results. Any offset is preserved in the new Page.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public Page LimitTo(
	int limit
)
Visual Basic (Declaration)
Public Function LimitTo ( _
	limit As Integer _
) As Page

Parameters

limit
Type: System..::.Int32
The number of results to return (page size).

Return Value

A Page containing the new specification.

See Also