Creates a new Page specification that limits the number of results returned.

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

Syntax

C#
public static Page Limit(
	int size
)
Visual Basic (Declaration)
Public Shared Function Limit ( _
	size As Integer _
) As Page

Parameters

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

Return Value

A new Page

See Also