Creates a page specification starting at the specified offset, and limited
to the specified number of results.
Namespace:
Mindscape.LightSpeed.QueryingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public static Page Next( Object offsetCookie, int limit ) |
Visual Basic (Declaration) |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Shared Function Next ( _ offsetCookie As Object, _ limit As Integer _ ) As Page |
Parameters
- offsetCookie
- Type: System..::.Object
An opaque object returned from the previous query, indicating the starting point for this page.
- limit
- Type: System..::.Int32
The number of results to return (page size).
Return Value
A Page containing the new specification.
Remarks
This method is supported only on Amazon SimpleDB. Other providers treat this
as equivalent to the Limit(Int32) method.