Mindscape LightSpeed - User Reference & API Documentation
Limit Method (size)
API ReferenceMindscape.LightSpeed.QueryingPageLimit(Int32)
Creates a new Page specification that limits the number of results returned.
Declaration Syntax
C#Visual Basic
public static Page Limit(
	int size
)
Public Shared Function Limit ( _
	size As Integer _
) As Page
Parameters
size (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)